Navigation
API > API/Runtime > API/Runtime/NullDrv > API/Runtime/NullDrv/FNullDynamicRHI
- FDynamicRHI::RHISubmitCommandLists()
- FNullDynamicRHI::RHISubmitCommandLists()
References
| Module | NullDrv |
| Header | /Engine/Source/Runtime/NullDrv/Public/NullRHI.h |
| Include | #include "NullRHI.h" |
virtual void RHISubmitCommandLists
(
TArrayView < IRHIPlatformCommandList * > CommandLists,
bool bFlushResources
)
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.