MTLTexture_Extensions.GetUsage(IMTLTexture) Method

Definition

Gets a description of how the texture can be used. (For example, as a write target for compute shaders.)

public static Metal.MTLTextureUsage GetUsage (this Metal.IMTLTexture This);
static member GetUsage : Metal.IMTLTexture -> Metal.MTLTextureUsage

Parameters

This
IMTLTexture

The instance on which this method operates.

Returns

Applies to