XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALUnorderedAccessViewFlags Struct Reference

This describes the unordered access view flags. More...

#include <TextureView.h>

Classes

struct  Bits
 

Public Types

enum  Enum : StorageType {
  Unspecified = 0U , Read = XII_BIT(0) , Write = XII_BIT(1) , ReadWrite = Read | Write ,
  ENUM_COUNT = 4U , Default = Unspecified
}
 
using StorageType = xiiUInt8
 

Detailed Description

This describes the unordered access view flags.

Member Enumeration Documentation

◆ Enum

Enumerator
Unspecified 

Access mode is unspecified.

Read 

Allow read operations on the unordered access view.

Write 

Allow write operations on the unordered access view.

ReadWrite 

Allow read and write operations on the unordered access view.


The documentation for this struct was generated from the following file: