glsl: Add a more robust fp formatter
This commit is contained in:
parent
bf40d10805
commit
7febd59ce1
4 changed files with 14 additions and 9 deletions
|
@ -146,7 +146,6 @@ void EmitCode(EmitContext& ctx, const IR::Program& program) {
|
|||
std::string EmitGLSL(const Profile& profile, const RuntimeInfo&, IR::Program& program,
|
||||
Bindings& bindings) {
|
||||
EmitContext ctx{program, bindings, profile};
|
||||
// ctx.SetupBuffers();
|
||||
EmitCode(ctx, program);
|
||||
ctx.code += "}";
|
||||
return ctx.code;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue