pub enum ExecutionMode {
Invocations,
SpacingEqual,
SpacingFractionalEven,
SpacingFractionalOdd,
VertexOrderCw,
VertexOrderCcw,
PixelCenterInteger,
OriginUpperLeft,
OriginLowerLeft,
EarlyFragmentTests,
PointMode,
Xfb,
DepthReplacing,
DepthGreater,
DepthLess,
DepthUnchanged,
LocalSize,
LocalSizeHint,
InputPoints,
InputLines,
InputLinesAdjacency,
Triangles,
InputTrianglesAdjacency,
Quads,
IsoLines,
OutputVertices,
OutputPoints,
OutputLineStrip,
OutputTriangleStrip,
VecTypeHint,
ContractionOff,
}
Variants
Invocations | |
SpacingEqual | |
SpacingFractionalEven | |
SpacingFractionalOdd | |
VertexOrderCw | |
VertexOrderCcw | |
PixelCenterInteger | |
OriginUpperLeft | |
OriginLowerLeft | |
EarlyFragmentTests | |
PointMode | |
Xfb | |
DepthReplacing | |
DepthGreater | |
DepthLess | |
DepthUnchanged | |
LocalSize | |
LocalSizeHint | |
InputPoints | |
InputLines | |
InputLinesAdjacency | |
Triangles | |
InputTrianglesAdjacency | |
Quads | |
IsoLines | |
OutputVertices | |
OutputPoints | |
OutputLineStrip | |
OutputTriangleStrip | |
VecTypeHint | |
ContractionOff | |
Methods
Trait Implementations
Derived Implementations