glasm: Implement IsHelperInvocation
This commit is contained in:
parent
ddf601919f
commit
77d8c44b68
2 changed files with 3 additions and 3 deletions
|
@ -168,8 +168,8 @@ void EmitSampleId(EmitContext& ctx) {
|
|||
NotImplemented();
|
||||
}
|
||||
|
||||
void EmitIsHelperInvocation(EmitContext& ctx) {
|
||||
NotImplemented();
|
||||
void EmitIsHelperInvocation(EmitContext& ctx, IR::Inst& inst) {
|
||||
ctx.Add("MOV.S {}.x,fragment.helperthread.x;", inst);
|
||||
}
|
||||
|
||||
void EmitYDirection(EmitContext& ctx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue