HgiTessellationState Struct Reference

Properties to configure tessellation. More...

Public Types

enum  PatchType { Triangle, Quad, Isoline }
 
enum  TessFactorMode { Constant, TessControl, TessVertex }
 

Public Attributes

PatchType patchType
 
int primitiveIndexSize
 
TessFactorMode tessFactorMode = TessFactorMode::Constant
 
HgiTessellationLevel tessellationLevel
 

Detailed Description

Properties to configure tessellation.

  • patchType: The type of tessellation patch.
  • primitiveIndexSize: The number of control indices per patch.
  • tessellationLevel: The fallback tessellation levels.

Definition at line 365 of file graphicsPipeline.h.


The documentation for this struct was generated from the following file: