Share via


IMTLDevice.GetSparseTileSize Method

Definition

Overloads

GetSparseTileSize(MTLTextureType, MTLPixelFormat, UIntPtr)

[Foundation.Export("sparseTileSizeWithTextureType:pixelFormat:sampleCount:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.MTLSize GetSparseTileSize(Metal.MTLTextureType textureType, Metal.MTLPixelFormat pixelFormat, UIntPtr sampleCount);
[<Foundation.Export("sparseTileSizeWithTextureType:pixelFormat:sampleCount:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSparseTileSize : Metal.MTLTextureType * Metal.MTLPixelFormat * unativeint -> Metal.MTLSize
override this.GetSparseTileSize : Metal.MTLTextureType * Metal.MTLPixelFormat * unativeint -> Metal.MTLSize

Parameters

textureType
MTLTextureType
pixelFormat
MTLPixelFormat
sampleCount
UIntPtr

unativeint

Returns

Attributes

Applies to

GetSparseTileSize(MTLTextureType, MTLPixelFormat, UIntPtr, MTLSparsePageSize)

[Foundation.Export("sparseTileSizeWithTextureType:pixelFormat:sampleCount:sparsePageSize:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.MTLSize GetSparseTileSize(Metal.MTLTextureType textureType, Metal.MTLPixelFormat pixelFormat, UIntPtr sampleCount, Metal.MTLSparsePageSize sparsePageSize);
[<Foundation.Export("sparseTileSizeWithTextureType:pixelFormat:sampleCount:sparsePageSize:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSparseTileSize : Metal.MTLTextureType * Metal.MTLPixelFormat * unativeint * Metal.MTLSparsePageSize -> Metal.MTLSize
override this.GetSparseTileSize : Metal.MTLTextureType * Metal.MTLPixelFormat * unativeint * Metal.MTLSparsePageSize -> Metal.MTLSize

Parameters

textureType
MTLTextureType
pixelFormat
MTLPixelFormat
sampleCount
UIntPtr

unativeint

sparsePageSize
MTLSparsePageSize

Returns

Attributes

Applies to