| 
    HDK
    
   | 
 
#include <graphicsPipeline.h>
Public Types | |
| enum | PatchType { Triangle, Quad, Isoline } | 
| enum | TessFactorMode { Constant, TessControl, TessVertex } | 
Public Member Functions | |
| HGI_API | HgiTessellationState () | 
Public Attributes | |
| PatchType | patchType | 
| int | primitiveIndexSize | 
| TessFactorMode | tessFactorMode = TessFactorMode::Constant | 
| HgiTessellationLevel | tessellationLevel | 
Properties to configure tessellation.
Definition at line 348 of file graphicsPipeline.h.
| Enumerator | |
|---|---|
| Triangle | |
| Quad | |
| Isoline | |
Definition at line 350 of file graphicsPipeline.h.
| Enumerator | |
|---|---|
| Constant | |
| TessControl | |
| TessVertex | |
Definition at line 356 of file graphicsPipeline.h.
| HGI_API HgiTessellationState::HgiTessellationState | ( | ) | 
| PatchType HgiTessellationState::patchType | 
Definition at line 365 of file graphicsPipeline.h.
| int HgiTessellationState::primitiveIndexSize | 
Definition at line 366 of file graphicsPipeline.h.
| HgiTessellationLevel HgiTessellationState::tessellationLevel | 
Definition at line 368 of file graphicsPipeline.h.
| TessFactorMode HgiTessellationState::tessFactorMode = TessFactorMode::Constant | 
Definition at line 367 of file graphicsPipeline.h.