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 31d402ee74
commit 1f3446b47e
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) {