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