0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

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
This commit is contained in:
jp9000 2015-02-25 21:19:23 -08:00
parent 13046145f7
commit 1647674754

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;