SPV: Add modes for spacing, depth, depth replacing, winding, and point mode.
This commit is contained in:
parent
f685df8c16
commit
e690332c3c
7 changed files with 55 additions and 13 deletions
|
|
@ -16,6 +16,9 @@ Linked tessellation evaluation stage:
|
|||
MemoryModel Logical GLSL450
|
||||
EntryPoint TessellationEvaluation 4 "main"
|
||||
ExecutionMode 4 InputTriangles
|
||||
ExecutionMode 4 SpacingFractionalOdd
|
||||
ExecutionMode 4 VertexOrderCcw
|
||||
ExecutionMode 4 PointMode
|
||||
Name 4 "main"
|
||||
Name 8 "a"
|
||||
Name 13 "p"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue