diff options
author | 2013-08-29 00:56:33 +0000 | |
---|---|---|
committer | 2013-08-29 00:56:33 +0000 | |
commit | ac119a8e15e543535dc04c091b037aee2414a7c7 (patch) | |
tree | 83668932432f3acd9aa16f9e19ee0ec77ec8e96f /hlsl/prescale.fx | |
parent | 8fe60e88317e344a8acaf6506486795515e88397 (diff) |
uniform consolidation, nw
Diffstat (limited to 'hlsl/prescale.fx')
-rw-r--r-- | hlsl/prescale.fx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hlsl/prescale.fx b/hlsl/prescale.fx index c4aa19d86c0..1e60f0a7f77 100644 --- a/hlsl/prescale.fx +++ b/hlsl/prescale.fx @@ -42,7 +42,6 @@ struct PS_INPUT // Passthrough Vertex Shader //----------------------------------------------------------------------------- -uniform float2 RawDims; uniform float2 ScreenDims; VS_OUTPUT vs_main(VS_INPUT Input) |