diff options
author | 2016-03-25 16:40:32 +0100 | |
---|---|---|
committer | 2016-03-25 16:40:32 +0100 | |
commit | c731b59cbe74f9e2eebf64dea62d72cc387b586d (patch) | |
tree | b03b5b0369439bdf056f7a82a4cf59fc9bb60332 /hlsl/downsample.fx | |
parent | 6c95a274901c935bb57cdde5b0edd4cf772091ed (diff) |
Added oversampling option
- and some cleanup
Diffstat (limited to 'hlsl/downsample.fx')
-rw-r--r-- | hlsl/downsample.fx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hlsl/downsample.fx b/hlsl/downsample.fx index e89407208be..7b4d003dd7c 100644 --- a/hlsl/downsample.fx +++ b/hlsl/downsample.fx @@ -55,8 +55,6 @@ uniform float2 ScreenDims; uniform float2 TargetDims; uniform float2 QuadDims; -uniform int BloomLevel; - uniform bool VectorScreen; static const float2 Coord0Offset = float2(-0.5f, -0.5f); |