Share via


MTLDevice_Extensions.GetSparseTileSizeInBytes Method

Definition

Overloads

GetSparseTileSizeInBytes(IMTLDevice)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIntPtr GetSparseTileSizeInBytes(this Metal.IMTLDevice This);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetSparseTileSizeInBytes : Metal.IMTLDevice -> unativeint

Parameters

This
IMTLDevice

Returns

UIntPtr

unativeint

Attributes

Applies to

GetSparseTileSizeInBytes(IMTLDevice, MTLSparsePageSize)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIntPtr GetSparseTileSizeInBytes(this Metal.IMTLDevice This, Metal.MTLSparsePageSize sparsePageSize);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetSparseTileSizeInBytes : Metal.IMTLDevice * Metal.MTLSparsePageSize -> unativeint

Parameters

This
IMTLDevice
sparsePageSize
MTLSparsePageSize

Returns

UIntPtr

unativeint

Attributes

Applies to