Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
class FRHICommandListScopedPipeline
Remarks
Helper to activate a specific RHI pipeline within a block of renderer code. Allows command list recording code to switch between graphics / async compute etc. Restores the previous active pipeline when the scope is ended.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandListScopedPipeline
(
FRHICommandListBase& RHICmdList, |
Destructors
| Type | Name | Description | |
|---|---|---|---|