MTLDevice_Extensions.GetCurrentAllocatedSize(IMTLDevice) Method

Definition

Gets the size, in bytes, of all the resources that the device has allocated.

public static nuint GetCurrentAllocatedSize (this Metal.IMTLDevice This);
static member GetCurrentAllocatedSize : Metal.IMTLDevice -> nuint

Parameters

This
IMTLDevice

The instance on which this method operates.

Returns

System.System.UIntPtr System.unativeint

Applies to