glsl: Add LoopSafety instructions

This commit is contained in:
ameerj 2021-06-14 11:27:37 -04:00
parent 50e1ced397
commit c44b3f664d
2 changed files with 10 additions and 0 deletions

View file

@ -46,6 +46,14 @@ void EmitGetIndirectBranchVariable(EmitContext& ctx) {
NotImplemented();
}
void EmitSetLoopSafetyVariable(EmitContext& ctx) {
NotImplemented();
}
void EmitGetLoopSafetyVariable(EmitContext& ctx) {
NotImplemented();
}
void EmitGetZFlag(EmitContext& ctx) {
NotImplemented();
}