summaryrefslogtreecommitdiffstatshomepage
path: root/hlsl/prescale.fx
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2013-08-29 00:56:33 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2013-08-29 00:56:33 +0000
commitac119a8e15e543535dc04c091b037aee2414a7c7 (patch)
tree83668932432f3acd9aa16f9e19ee0ec77ec8e96f /hlsl/prescale.fx
parent8fe60e88317e344a8acaf6506486795515e88397 (diff)
uniform consolidation, nw
Diffstat (limited to 'hlsl/prescale.fx')
-rw-r--r--hlsl/prescale.fx1
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)