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