najak3d
I’m getting this mysterious error in UrhoSharp for my GLSL shaders:
“Error: uniform cColor specified with different precision in different shaders”
I get this for all of my uniforms.
uniform vec4 cColor;
Is how it’s specified.