usage property

GPUFlagsConstant get usage

The usage read-only property of the GPUTexture interface is the representing the allowed usages of the GPUTexture.

This is set via the usage property in the descriptor object passed into the originating GPUDevice.createTexture call.

Implementation

external GPUFlagsConstant get usage;