MDLTexture.GetTexelDataWithTopLeftOrigin 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 |
|---|---|
| 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