MTLResource_Extensions.GetIsAliasable(IMTLResource) Method

Definition

Returns a Boolean value that tells whether future sub-allocations can alias the resource's memory.

public static bool GetIsAliasable (this Metal.IMTLResource This);
static member GetIsAliasable : Metal.IMTLResource -> bool

Parameters

This
IMTLResource

The instance on which this method operates.

Returns

Applies to