Share via


MDLTexture.GetTexelDataWithTopLeftOrigin Method

Definition

Overloads

Name Description
GetTexelDataWithTopLeftOrigin()

Gets the texel data such that the first texel represents the top left corner of the texture.

GetTexelDataWithTopLeftOrigin(IntPtr, Boolean)

GetTexelDataWithTopLeftOrigin()

Gets the texel data such that the first texel represents the top left corner of the texture.

[Foundation.Export("texelDataWithTopLeftOrigin")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSData? GetTexelDataWithTopLeftOrigin();
[<Foundation.Export("texelDataWithTopLeftOrigin")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTexelDataWithTopLeftOrigin : unit -> Foundation.NSData
override this.GetTexelDataWithTopLeftOrigin : unit -> Foundation.NSData

Returns

Attributes

Applies to

GetTexelDataWithTopLeftOrigin(IntPtr, Boolean)

[Foundation.Export("texelDataWithTopLeftOriginAtMipLevel:create:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSData? GetTexelDataWithTopLeftOrigin(IntPtr mipLevel, bool create);
[<Foundation.Export("texelDataWithTopLeftOriginAtMipLevel:create:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTexelDataWithTopLeftOrigin : nativeint * bool -> Foundation.NSData
override this.GetTexelDataWithTopLeftOrigin : nativeint * bool -> Foundation.NSData

Parameters

mipLevel
IntPtr

nativeint

create
Boolean

Returns

Attributes

Applies to