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