![]() |
|
Describes a geometry function's description. More...
#include <shaderFunctionDesc.h>
Public Types | |
| enum class | InPrimitiveType { Points , Lines , LinesAdjacency , Triangles , TrianglesAdjacency } |
| enum class | OutPrimitiveType { Points , LineStrip , TriangleStrip } |
Public Attributes | |
| InPrimitiveType | inPrimitiveType |
| OutPrimitiveType | outPrimitiveType |
| std::string | outMaxVertices |
Describes a geometry function's description.
Definition at line 326 of file shaderFunctionDesc.h.
|
strong |
Definition at line 328 of file shaderFunctionDesc.h.
|
strong |
Definition at line 330 of file shaderFunctionDesc.h.
| InPrimitiveType inPrimitiveType |
Definition at line 336 of file shaderFunctionDesc.h.
| std::string outMaxVertices |
Definition at line 338 of file shaderFunctionDesc.h.
| OutPrimitiveType outPrimitiveType |
Definition at line 337 of file shaderFunctionDesc.h.