summaryrefslogtreecommitdiffstatshomepage
path: root/hlsl
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-03-25 16:40:32 +0100
committer ImJezze <jezze@gmx.net>2016-03-25 16:40:32 +0100
commitc731b59cbe74f9e2eebf64dea62d72cc387b586d (patch)
treeb03b5b0369439bdf056f7a82a4cf59fc9bb60332 /hlsl
parent6c95a274901c935bb57cdde5b0edd4cf772091ed (diff)
Added oversampling option
- and some cleanup
Diffstat (limited to 'hlsl')
-rw-r--r--hlsl/downsample.fx2
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);