![]() |
LLGL 0.05 Beta
|
Command buffer creation flags. More...
#include <CommandBufferFlags.h>
Public Types | |
| enum | { Secondary = (1 << 0) , MultiSubmit = (1 << 1) , ImmediateSubmit = (1 << 2) } |
Command buffer creation flags.
Secondary flag) that has to be submitted explicitly (No ImmediateSubmit flag) and can only be submitted once until it is encoded again (No MultiSubmit flag). | anonymous enum |
| Enumerator | |
|---|---|
| Secondary | Specifies that the command buffer will be submitted as a secondary command buffer which yields only a limited set of commands.
|
| MultiSubmit | Specifies that the encoded command buffer can be submitted multiple times.
|
| ImmediateSubmit | Specifies that the encoded command buffer is an immediate command buffer.
|