![]() |
|
Describes a tessellation function's description. More...
Public Types | |
| enum | PatchType { Quad, Triangle } |
Public Attributes | |
| PatchType | patchType = PatchType::Triangle |
| uint32_t | numVertsPerPatchIn = 3 |
| uint32_t | numVertsPerPatchOut = 3 |
Describes a tessellation function's description.
Definition at line 289 of file shaderFunctionDesc.h.