Contents

usage

Options to specify the intended usage of the underlying texture.

Declaration

var usage: MTLTextureUsage { get set }

Discussion

The default value is shaderRead|shaderWrite.

See Also

Properties