Share via


IMPSSvgfTextureAllocator.GetTexture(MTLPixelFormat, UIntPtr, UIntPtr) Method

Definition

[Foundation.Export("textureWithPixelFormat:width:height:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLTexture? GetTexture(Metal.MTLPixelFormat pixelFormat, UIntPtr width, UIntPtr height);
[<Foundation.Export("textureWithPixelFormat:width:height:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTexture : Metal.MTLPixelFormat * unativeint * unativeint -> Metal.IMTLTexture
override this.GetTexture : Metal.MTLPixelFormat * unativeint * unativeint -> Metal.IMTLTexture

Parameters

pixelFormat
MTLPixelFormat
width
UIntPtr

unativeint

height
UIntPtr

unativeint

Returns

Attributes

Applies to