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