mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
shader: Implement tessellation shaders, polygon mode and invocation id
This commit is contained in:
parent
0f99fdc0eb
commit
38908d0f7e
28 changed files with 605 additions and 91 deletions
|
@ -41,6 +41,8 @@ add_library(shader_recompiler STATIC
|
|||
frontend/ir/opcodes.cpp
|
||||
frontend/ir/opcodes.h
|
||||
frontend/ir/opcodes.inc
|
||||
frontend/ir/patch.cpp
|
||||
frontend/ir/patch.h
|
||||
frontend/ir/post_order.cpp
|
||||
frontend/ir/post_order.h
|
||||
frontend/ir/pred.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue