diff options
Diffstat (limited to 'hlsl/focus.fx')
-rw-r--r-- | hlsl/focus.fx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hlsl/focus.fx b/hlsl/focus.fx index de660af7d24..37079af55a2 100644 --- a/hlsl/focus.fx +++ b/hlsl/focus.fx @@ -60,11 +60,7 @@ struct PS_INPUT uniform float TargetWidth; uniform float TargetHeight; -uniform float WidthRatio; -uniform float HeightRatio; - uniform float2 Defocus = float2(0.0f, 0.0f); -uniform float FocusEnable; float2 Coord0Offset = float2( 0.0f, 0.0f); float2 Coord1Offset = float2(-0.2f, -0.6f); |