Przeglądaj źródła

Bugfix: Fix Vulkan complaining about an unused vertex attribute

BearishSun 8 lat temu
rodzic
commit
088aacbffd
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Data/Raw/Engine/Shaders/Clear.bsl

+ 0 - 1
Data/Raw/Engine/Shaders/Clear.bsl

@@ -16,7 +16,6 @@ technique Clear
 		struct VertexInput
 		struct VertexInput
 		{
 		{
 			float2 screenPos : POSITION;
 			float2 screenPos : POSITION;
-			float2 uv0 : TEXCOORD0;
 		};
 		};
 		
 		
 		cbuffer Params
 		cbuffer Params