MDLTexture.GetTexelDataWithBottomLeftOrigin Method
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.
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