Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListImmediate
Description
Dispatches work to the RHI thread and the GPU. Also optionally waits for its completion on the RHI thread. Does not wait for the GPU.
| Name | ImmediateFlush |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
void ImmediateFlush
(
EImmediateFlushType::Type FlushType,
ERHISubmitFlags SubmitFlags
)