obs-shaderfilter-plus
obs-shaderfilter-plus copied to clipboard
Custom uniforms of type vec4 are not allowed
The behavior should mimic the behavior of float4.
This bug originates within the OBS source code. It seems like uniform types are not parsed properly based on whether OpenGL is used, and the parsing probably occurs before the transpilation from HLSL to GLSL.
As a workaround, use float4 instead.