HDK
|
#include <shaderFunctionDesc.h>
Public Member Functions | |
HGI_API | HgiShaderFunctionGeometryDesc () |
Public Attributes | |
InPrimitiveType | inPrimitiveType |
OutPrimitiveType | outPrimitiveType |
std::string | outMaxVertices |
Describes a geometry function's description
Definition at line 341 of file shaderFunctionDesc.h.
|
strong |
Enumerator | |
---|---|
Points | |
Lines | |
LinesAdjacency | |
Triangles | |
TrianglesAdjacency |
Definition at line 343 of file shaderFunctionDesc.h.
|
strong |
Enumerator | |
---|---|
Points | |
LineStrip | |
TriangleStrip |
Definition at line 345 of file shaderFunctionDesc.h.
HGI_API HgiShaderFunctionGeometryDesc::HgiShaderFunctionGeometryDesc | ( | ) |
InPrimitiveType HgiShaderFunctionGeometryDesc::inPrimitiveType |
Definition at line 351 of file shaderFunctionDesc.h.
std::string HgiShaderFunctionGeometryDesc::outMaxVertices |
Definition at line 353 of file shaderFunctionDesc.h.
OutPrimitiveType HgiShaderFunctionGeometryDesc::outPrimitiveType |
Definition at line 352 of file shaderFunctionDesc.h.