![]() |
LLGL 0.05 Beta
|
Flags for memory barriers in pipeline layouts. More...
#include <PipelineLayoutFlags.h>
Public Types | |
| enum | { StorageBuffer = (1 << 0) , StorageTexture = (1 << 1) , Storage = (StorageBuffer | StorageTexture) } |
Flags for memory barriers in pipeline layouts.
| anonymous enum |
| Enumerator | |
|---|---|
| StorageBuffer | Memory barrier for Buffer resources that were created with the BindFlags::Storage bind flags.
|
| StorageTexture | Memory barrier for Texture resources that were created with the BindFlags::Storage bind flags.
|
| Storage | Memory barrier for any storage resource. This is just a bitwise OR combination of
|