|
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 326 of file shaderFunctionDesc.h.
|
strong |
| Enumerator | |
|---|---|
| Points | |
| Lines | |
| LinesAdjacency | |
| Triangles | |
| TrianglesAdjacency | |
Definition at line 328 of file shaderFunctionDesc.h.
|
strong |
| Enumerator | |
|---|---|
| Points | |
| LineStrip | |
| TriangleStrip | |
Definition at line 330 of file shaderFunctionDesc.h.
| HGI_API HgiShaderFunctionGeometryDesc::HgiShaderFunctionGeometryDesc | ( | ) |
| InPrimitiveType HgiShaderFunctionGeometryDesc::inPrimitiveType |
Definition at line 336 of file shaderFunctionDesc.h.
| std::string HgiShaderFunctionGeometryDesc::outMaxVertices |
Definition at line 338 of file shaderFunctionDesc.h.
| OutPrimitiveType HgiShaderFunctionGeometryDesc::outPrimitiveType |
Definition at line 337 of file shaderFunctionDesc.h.