mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 08:08:18 -05:00
glsl: Implement TXQ and other misc changes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user