![]() |
LLGL 0.05 Beta
|
Tessellation descriptor structure for the graphics pipeline. More...
#include <PipelineStateFlags.h>
Public Attributes | |
| TessellationPartition | partition = TessellationPartition::Undefined |
| Specifies the partition mode of the tessellator stage. By default TessellationPartition::Undefined. | |
| std::uint32_t | maxTessFactor = 64 |
| Specifies the maximum tessellation factor. By default 64. | |
| bool | outputWindingCCW = false |
| If enabled, the output topology is in counter-clockwise winding order. By default disabled. | |
Tessellation descriptor structure for the graphics pipeline.
| std::uint32_t LLGL::TessellationDescriptor::maxTessFactor = 64 |
Specifies the maximum tessellation factor. By default 64.
FractionalEven).FractionalOdd). [maxtessfactor(64.0)] in HLSL. | bool LLGL::TessellationDescriptor::outputWindingCCW = false |
If enabled, the output topology is in counter-clockwise winding order. By default disabled.
[outputtopology("triangle_ccw")] in HLSL and layout(ccw) in GLSL. | TessellationPartition LLGL::TessellationDescriptor::partition = TessellationPartition::Undefined |
Specifies the partition mode of the tessellator stage. By default TessellationPartition::Undefined.