![]() |
XII Release 0.1.0
|
This describes the allowed CPU access mode flags when mapping a resource. This is used by the buffer and texture descriptions to describe the CPU access mode for buffers and textures. More...
#include <GraphicsTypes.h>
Classes | |
struct | Bits |
Public Types | |
enum | Enum : StorageType { None = 0U , Read = XII_BIT(0) , Write = XII_BIT(1) , Default = None } |
using | StorageType = xiiUInt8 |
This describes the allowed CPU access mode flags when mapping a resource. This is used by the buffer and texture descriptions to describe the CPU access mode for buffers and textures.
enum xiiGALCPUAccessFlag::Enum : StorageType |