Access mode to buffers after creation.
More...
#include <Flags.h>
Access mode to buffers after creation.
Definition at line 40 of file Flags.h.
◆ EAccessMode
Access mode enumeration.
Enumerator |
---|
None | The buffer can not be either read from or written to by the CPU after creation.
|
Read | The buffer can be mapped and read from by the CPU after creation.
|
Write | The buffer can be mapped and written to by the CPU after creation.
|
ReadWrite | The buffer can be mapped and both read and written to. Corresponds to combining the Read and Write flags.
|
Definition at line 43 of file Flags.h.
The documentation for this struct was generated from the following file:
- D:/a/1/s/Cogs/Cogs.Rendering/Source/Flags.h