HgiShaderFunctionTessellationDesc Struct Reference

Describes a tessellation function's description. More...

Public Types

enum  PatchType { Quad, Triangle }
 

Public Attributes

PatchType patchType = PatchType::Triangle
 
uint32_t numVertsPerPatchIn = 3
 
uint32_t numVertsPerPatchOut = 3
 

Detailed Description

Describes a tessellation function's description.

  • patchType: The type of patch
  • numVertsInPerPatch: The number of vertices in per patch
  • numVertsOutPerPatch: The number of vertices out per patch

Definition at line 289 of file shaderFunctionDesc.h.


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