glsl: Implement TXQ and other misc changes

This commit is contained in:
ameerj 2021-05-29 18:08:19 -04:00
parent 5a4af6cf14
commit 0b8e65125a
5 changed files with 36 additions and 6 deletions

View file

@ -190,7 +190,7 @@ std::string EmitGLSL(const Profile& profile, const RuntimeInfo& runtime_info, IR
}
ctx.code.insert(0, ctx.header);
ctx.code += "}";
fmt::print("\n{}\n", ctx.code);
// fmt::print("\n{}\n", ctx.code);
return ctx.code;
}