diff options
Diffstat (limited to 'hlsl/yiq_decode.fx')
-rw-r--r-- | hlsl/yiq_decode.fx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hlsl/yiq_decode.fx b/hlsl/yiq_decode.fx index af3c01c34ab..afbdb98e528 100644 --- a/hlsl/yiq_decode.fx +++ b/hlsl/yiq_decode.fx @@ -43,6 +43,7 @@ struct VS_INPUT float4 Position : POSITION; float4 Color : COLOR0; float2 TexCoord : TEXCOORD0; + float2 Unused : TEXCOORD1; }; struct PS_INPUT |