Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanDynamicRHI
- FDynamicRHI::RHISubmitCommandLists()
- FVulkanDynamicRHI::RHISubmitCommandLists()
References
| Module | VulkanRHI |
| Header | /Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h |
| Include | #include "VulkanDynamicRHI.h" |
| Source | /Engine/Source/Runtime/VulkanRHI/Private/VulkanCommands.cpp |
virtual 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.