diff options
Diffstat (limited to 'hlsl/ntsc.fx')
-rw-r--r-- | hlsl/ntsc.fx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hlsl/ntsc.fx b/hlsl/ntsc.fx index 107be16af16..94460ea6be0 100644 --- a/hlsl/ntsc.fx +++ b/hlsl/ntsc.fx @@ -44,7 +44,7 @@ struct PS_INPUT }; //----------------------------------------------------------------------------- -// YIQ Decode Vertex Shader +// YIQ Vertex Shader //----------------------------------------------------------------------------- uniform float2 ScreenDims; |