Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
- FDynamicRHI::RHISubmitCommandLists()
- FVulkanDynamicRHI::RHISubmitCommandLists()
- FOpenGLDynamicRHI::RHISubmitCommandLists()
- FNullDynamicRHI::RHISubmitCommandLists()
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include | #include "DynamicRHI.h" |
void RHISubmitCommandLists
&40;
TArrayView< IRHIPlatformCommandList &42; > CommandLists,
bool bFlushResources
&41;
Remarks
Submits a batch of previously recorded/finalized command lists to the GPU. Command lists are well-ordered in the array view. Platform implementations must submit in this order for correct rendering.
Called by the RHI thread.