Share via


MDLTexture.GetTexelDataWithBottomLeftOrigin Method

Definition

Overloads

Name Description
GetTexelDataWithBottomLeftOrigin()

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

GetTexelDataWithBottomLeftOrigin(IntPtr, Boolean)

GetTexelDataWithBottomLeftOrigin()

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

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

Returns

Attributes

Applies to

GetTexelDataWithBottomLeftOrigin(IntPtr, Boolean)

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

Parameters

mipLevel
IntPtr

nativeint

create
Boolean

Returns

Attributes

Applies to