Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListImmediate
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
void Transition
&40;
TArrayView< const FRHITransitionInfo > Infos,
ERHIPipeline SrcPipelines,
ERHIPipeline DstPipelines
&41;
Remarks
Performs an immediate transition with the option of broadcasting to multiple pipelines. Uses both the immediate and async compute contexts. Falls back to graphics-only if async compute is not supported.