MTLVertexStepFunction Enum
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.
The frequency at which the vertex shader function should fetch attribute data.
public enum MTLVertexStepFunction
type MTLVertexStepFunction =
- Inheritance
-
MTLVertexStepFunction
Fields
Name | Value | Description |
---|---|---|
Constant | 0 | |
PerVertex | 1 | |
PerInstance | 2 | |
PerPatch | 3 | |
PerPatchControlPoint | 4 |