MTLDevice_Extensions.GetSparseTileSizeInBytes 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 |
|---|---|
| GetSparseTileSizeInBytes(IMTLDevice) | |
| GetSparseTileSizeInBytes(IMTLDevice, MTLSparsePageSize) |
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