glasm: Implement some graphics instructions on GLASM

This commit is contained in:
ReinUsesLisp 2021-05-15 18:15:50 -03:00 committed by ameerj
parent 58cf7baaea
commit b31edad7a9
2 changed files with 5 additions and 6 deletions

View file

@ -49,7 +49,7 @@ void EmitJoin(EmitContext& ctx) {
}
void EmitDemoteToHelperInvocation(EmitContext& ctx) {
NotImplemented();
ctx.Add("KIL TR.x;");
}
void EmitBarrier(EmitContext& ctx) {