mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
video_core: Fix few issues in Tess stage
This commit is contained in:
parent
e12153f58f
commit
348c6e5b28
18 changed files with 63 additions and 6 deletions
|
@ -362,6 +362,10 @@ U32 IREmitter::InvocationId() {
|
|||
return Inst<U32>(Opcode::InvocationId);
|
||||
}
|
||||
|
||||
U32 IREmitter::InvocationInfo() {
|
||||
return Inst<U32>(Opcode::InvocationInfo);
|
||||
}
|
||||
|
||||
U32 IREmitter::SampleId() {
|
||||
return Inst<U32>(Opcode::SampleId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue