video_core: Implement IR based geometry shaders
This commit is contained in:
parent
a1b845b651
commit
e1fea1e0c5
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