usage
Options to specify the intended usage of the underlying texture.
Declaration
var usage: MTLTextureUsage { get set }Discussion
The default value is shaderRead|shaderWrite.
Options to specify the intended usage of the underlying texture.
var usage: MTLTextureUsage { get set }The default value is shaderRead|shaderWrite.