summaryrefslogtreecommitdiffstatshomepage
path: root/hlsl/prescale.fx
diff options
context:
space:
mode:
Diffstat (limited to 'hlsl/prescale.fx')
-rw-r--r--hlsl/prescale.fx1
1 files changed, 0 insertions, 1 deletions
diff --git a/hlsl/prescale.fx b/hlsl/prescale.fx
index 2b48a2f9e5a..3f52c20b464 100644
--- a/hlsl/prescale.fx
+++ b/hlsl/prescale.fx
@@ -40,7 +40,6 @@ struct VS_INPUT
float4 Position : POSITION;
float4 Color : COLOR0;
float2 TexCoord : TEXCOORD0;
- float2 Unused : TEXCOORD1;
};
struct PS_INPUT