MTLDrawIndexedPrimitivesIndirectArguments 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 indexed primitives.
public struct MTLDrawIndexedPrimitivesIndirectArguments
type MTLDrawIndexedPrimitivesIndirectArguments = struct
- Inheritance
-
MTLDrawIndexedPrimitivesIndirectArguments
Fields
BaseInstance |
The first primitive. |
BaseVertex |
The first vertex. |
IndexCount |
The number of indices to read from the index buffer for each instance. |
IndexStart |
The first index. |
InstanceCount |
The number of instances. |