Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | ERenderCommandListFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include Path | #include "RenderingThread.h" |
Syntax
enum ERenderCommandListFlags
{
None,
CloseOnSubmit = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| None | |
| CloseOnSubmit | Closes the command list on a call to Submit. Enables an optimization to skip submitting empty lists. |