MDLMeshBufferType 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.
Enumerates mesh buffer data types.
[ObjCRuntime.Native]
public enum MDLMeshBufferType
[<ObjCRuntime.Native>]
type MDLMeshBufferType =
- Inheritance
-
MDLMeshBufferType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Vertex | 1 | Indicates a vertex buffer. |
| Index | 2 | Indicates an index buffer for vertex attributes. |
| Custom | 3 |