early-access version 2330

This commit is contained in:
pineappleEA
2021-12-21 07:59:52 +01:00
parent 3edf270268
commit fc3180c4d7
15 changed files with 126 additions and 295 deletions

View File

@@ -176,7 +176,7 @@ void EmitCode(EmitContext& ctx, const IR::Program& program) {
}
std::string GlslVersionSpecifier(const EmitContext& ctx) {
if (ctx.uses_y_direction || ctx.info.stores.Legacy() || ctx.info.loads.Legacy()) {
if (ctx.uses_y_direction) {
return " compatibility";
}
return "";