Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include | #include "DynamicRHI.h" |
Syntax
struct FRHISubmitCommandListsArgs
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< IRHIPlatformCommandList * > | CommandLists | ||
| IRHIUploadContext * | UploadContext |