diff --git a/src/core/gpu_hw_shadergen.cpp b/src/core/gpu_hw_shadergen.cpp index d6c930ccb..f70e900dc 100644 --- a/src/core/gpu_hw_shadergen.cpp +++ b/src/core/gpu_hw_shadergen.cpp @@ -945,7 +945,6 @@ void main() { struct Vertex { float4 col0 : COLOR0; - float depth : TEXCOORD0; float4 pos : SV_Position; };