MTLDrawPrimitivesIndirectArguments Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the data layout needed to draw primitives.
public struct MTLDrawPrimitivesIndirectArguments
type MTLDrawPrimitivesIndirectArguments = struct
- Inheritance
-
MTLDrawPrimitivesIndirectArguments
Fields
BaseInstance |
The first primitive. |
InstanceCount |
The number instances. |
VertexCount |
The number of vertices. |
VertexStart |
The first vertex. |