mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 20:15:46 +00:00
Merge pull request #9167 from vonchenplus/tess
video_core: Fix few issues in Tess stage
This commit is contained in:
commit
c4d9b65e0c
18 changed files with 63 additions and 6 deletions
|
@ -468,6 +468,9 @@ void VisitUsages(Info& info, IR::Inst& inst) {
|
|||
case IR::Opcode::InvocationId:
|
||||
info.uses_invocation_id = true;
|
||||
break;
|
||||
case IR::Opcode::InvocationInfo:
|
||||
info.uses_invocation_info = true;
|
||||
break;
|
||||
case IR::Opcode::SampleId:
|
||||
info.uses_sample_id = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue