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

and fix another minor bug in the new effect file

This commit is contained in:
jp9000 2013-10-29 06:03:11 -07:00
parent ab08c2c3f2
commit fa0a65a41c

View File

@ -1,6 +1,6 @@
uniform float4x4 ViewProj;
uniform float4x4 yuv_matrix;
texture2d tex;
uniform texture2d tex;
sampler_state def_sampler {
Filter = Linear;