This describes memory property flags.
More...
#include <GraphicsTypes.h>
|
enum | Enum : StorageType { Unknown = 0U
, HostCoherent = XII_BIT(0)
, Default = Unknown
} |
|
using | StorageType = xiiUInt8 |
|
This describes memory property flags.
◆ Enum
Enumerator |
---|
Unknown | The memory properties are unknown.
|
HostCoherent | The device (GPU) memory is coherent with the host (CPU), meaning that CPU writes are automatically available to the GPU and vice versa. If memory is not coherent, it must be explicitly flushed after being modified by the CPU, or invalidated before being read by the CPU.
|
The documentation for this struct was generated from the following file:
- /home/runner/work/XII/XII/Source/Engine/GraphicsFoundation/Declarations/GraphicsTypes.h