Starting to support OSX

This commit is contained in:
2023-07-21 08:56:36 -07:00
parent 0a103c9283
commit ef6b269141
13 changed files with 141 additions and 3 deletions

View File

@ -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