MTLTexture_Extensions.GetUsage(IMTLTexture) 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.
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.