Share via


MDLMesh.GetVertexAttributeData(String, MDLVertexFormat) Method

Definition

[Foundation.Export("vertexAttributeDataForAttributeNamed:asFormat:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ModelIO.MDLVertexAttributeData? GetVertexAttributeData(string attributeName, ModelIO.MDLVertexFormat format);
[<Foundation.Export("vertexAttributeDataForAttributeNamed:asFormat:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetVertexAttributeData : string * ModelIO.MDLVertexFormat -> ModelIO.MDLVertexAttributeData
override this.GetVertexAttributeData : string * ModelIO.MDLVertexFormat -> ModelIO.MDLVertexAttributeData

Parameters

attributeName
String

Returns

Attributes

Applies to