![]() |
LLGL 0.05 Beta
|
Miscellaneous resource flags. More...
#include <ResourceFlags.h>
Public Types | |
| enum | { DynamicUsage = (1 << 0) , FixedSamples = (1 << 1) , GenerateMips = (1 << 2) , NoInitialData = (1 << 3) , Append = (1 << 4) , Counter = (1 << 5) } |
Miscellaneous resource flags.
| anonymous enum |
| Enumerator | |
|---|---|
| DynamicUsage | Hint to the renderer that the resource will be frequently updated from the CPU.
|
| FixedSamples | Multi-sampled Texture resource has fixed sample locations.
|
| GenerateMips | Generates MIP-maps at texture creation time with the initial image data (if specified).
|
| NoInitialData | Specifies to ignore resource data initialization.
|
| Append | Enables a storage buffer to be used for
|
| Counter | Enables the hidden counter in a storage buffer to be used for
|