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