From eb1b6b627289916da540b5c3c5d585ebc1194b3f Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 22 Jun 2020 15:53:05 +1000 Subject: [PATCH] GPU/HW: Fix D3D11 upscaled line GS --- src/core/gpu_hw_shadergen.cpp | 1 - 1 file changed, 1 deletion(-) 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; };