Explorar el Código

Bugfix: Fix Vulkan complaining about an unused vertex attribute

BearishSun hace 8 años
padre
commit
088aacbffd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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
 		{
 			float2 screenPos : POSITION;
-			float2 uv0 : TEXCOORD0;
 		};
 		
 		cbuffer Params