mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
video_core: Implement IR based geometry shaders
This commit is contained in:
parent
095b8f822b
commit
0b1a2a74b6
4 changed files with 102 additions and 10 deletions
|
@ -172,6 +172,9 @@ enum class OperationCode {
|
|||
Exit, /// () -> void
|
||||
Kil, /// () -> void
|
||||
|
||||
EmitVertex, /// () -> void
|
||||
EndPrimitive, /// () -> void
|
||||
|
||||
YNegate, /// () -> float
|
||||
|
||||
Amount,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue