Share via


IMTLDevice.GetSparseTileSizeInBytes(MTLSparsePageSize) Method

Definition

[Foundation.Export("sparseTileSizeInBytesForSparsePageSize:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr GetSparseTileSizeInBytes(Metal.MTLSparsePageSize sparsePageSize);
[<Foundation.Export("sparseTileSizeInBytesForSparsePageSize:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSparseTileSizeInBytes : Metal.MTLSparsePageSize -> unativeint
override this.GetSparseTileSizeInBytes : Metal.MTLSparsePageSize -> unativeint

Parameters

sparsePageSize
MTLSparsePageSize

Returns

UIntPtr

unativeint

Attributes

Applies to