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 365 of file graphicsPipeline.h.
Enumerator | |
---|---|
Triangle | |
Quad | |
Isoline |
Definition at line 367 of file graphicsPipeline.h.
Enumerator | |
---|---|
Constant | |
TessControl | |
TessVertex |
Definition at line 373 of file graphicsPipeline.h.
HGI_API HgiTessellationState::HgiTessellationState | ( | ) |
PatchType HgiTessellationState::patchType |
Definition at line 382 of file graphicsPipeline.h.
int HgiTessellationState::primitiveIndexSize |
Definition at line 383 of file graphicsPipeline.h.
HgiTessellationLevel HgiTessellationState::tessellationLevel |
Definition at line 385 of file graphicsPipeline.h.
TessFactorMode HgiTessellationState::tessFactorMode = TessFactorMode::Constant |
Definition at line 384 of file graphicsPipeline.h.