test-input: Set test filter to partially green

Mostly used for testing, partially green allows us to gauge whether or
not multiple filters are being properly applied
master
jp9000 2015-02-25 21:19:23 -08:00
parent 13046145f7
commit 1647674754
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
uniform float4x4 ViewProj;
uniform texture2d image;
uniform float4 color = {0.0, 1.0, 0.0, 1.0};
uniform float4 color = {0.5, 1.0, 0.5, 1.0};
sampler_state texSampler {
AddressU = Clamp;