Navigation
API > API/Runtime > API/Runtime/OpenGLDrv > API/Runtime/OpenGLDrv/FOpenGLDynamicRHI
- FDynamicRHI::RHISubmitCommandLists()
- FOpenGLDynamicRHI::RHISubmitCommandLists()
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h |
| Include | #include "OpenGLDrv.h" |
| Source | /Engine/Source/Runtime/OpenGLDrv/Private/OpenGLCommands.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.