Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListImmediate > API/Runtime/RHI/FRHICommandListImmediate/QueueAsyncCommandListSubmit
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
void QueueAsyncCommandListSubmit
&40;
TArrayView< FQueuedCommandList > CommandLists,
ETranslatePriority ParallelTranslatePriority,
int32 MinDrawsPerTranslate
&41;
Remarks
Chains together one or more RHI command lists into the immediate command list, allowing in-order submission of parallel rendering work. The provided command lists are not dispatched until FinishRecording() is called on them, and their dispatch prerequisites have been completed.