shader: Implement SampleMask
This commit is contained in:
parent
cc96469019
commit
ad1507b4a5
11 changed files with 22 additions and 2 deletions
|
@ -403,6 +403,9 @@ void VisitUsages(Info& info, IR::Inst& inst) {
|
|||
case IR::Opcode::SetFragColor:
|
||||
info.stores_frag_color[inst.Arg(0).U32()] = true;
|
||||
break;
|
||||
case IR::Opcode::SetSampleMask:
|
||||
info.stores_sample_mask = true;
|
||||
break;
|
||||
case IR::Opcode::SetFragDepth:
|
||||
info.stores_frag_depth = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue