glasm: Implement some graphics instructions on GLASM
This commit is contained in:
@ -49,7 +49,7 @@ void EmitJoin(EmitContext& ctx) {
|
||||
}
|
||||
|
||||
void EmitDemoteToHelperInvocation(EmitContext& ctx) {
|
||||
NotImplemented();
|
||||
ctx.Add("KIL TR.x;");
|
||||
}
|
||||
|
||||
void EmitBarrier(EmitContext& ctx) {
|
||||
|
Reference in New Issue
Block a user