![]() |
|
Describes a tessellation function's description. More...
#include <shaderFunctionDesc.h>
Public Types | |
| enum class | PatchType { Triangles , Quads , Isolines } |
| enum class | Spacing { Equal , FractionalEven , FractionalOdd } |
| enum class | Ordering { CW , CCW } |
Public Attributes | |
| PatchType | patchType |
| Spacing | spacing |
| Ordering | ordering |
| std::string | numVertsPerPatchIn |
| std::string | numVertsPerPatchOut |
Describes a tessellation function's description.
Definition at line 287 of file shaderFunctionDesc.h.
|
strong |
Definition at line 291 of file shaderFunctionDesc.h.
|
strong |
Definition at line 289 of file shaderFunctionDesc.h.
|
strong |
Definition at line 290 of file shaderFunctionDesc.h.
| std::string numVertsPerPatchIn |
Definition at line 298 of file shaderFunctionDesc.h.
| std::string numVertsPerPatchOut |
Definition at line 299 of file shaderFunctionDesc.h.
| Ordering ordering |
Definition at line 297 of file shaderFunctionDesc.h.
| PatchType patchType |
Definition at line 295 of file shaderFunctionDesc.h.
| Spacing spacing |
Definition at line 296 of file shaderFunctionDesc.h.