MDLMeshBufferType Enum

Definition

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

Applies to