From 16476747546f915e997aa7a5c462a41449480be4 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Wed, 25 Feb 2015 21:19:23 -0800 Subject: [PATCH] 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 --- test/test-input/data/test.effect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-input/data/test.effect b/test/test-input/data/test.effect index e78040417..071befd02 100644 --- a/test/test-input/data/test.effect +++ b/test/test-input/data/test.effect @@ -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;