Starting to support OSX
This commit is contained in:
@ -44,6 +44,7 @@ void SimpleTexturedShader::compile() {
|
||||
"} else {\n"
|
||||
"o_Color = u_Color;"
|
||||
"}\n"
|
||||
"o_Color = vec4(1, 0, 0, 1);\n"
|
||||
"}\n"
|
||||
);
|
||||
#elif DAWN_OPENGL_HLSL
|
||||
|
Reference in New Issue
Block a user