Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandBeginRenderPass
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandBeginRenderPass : public FRHICommand< FRHICommandBeginRenderPass, FRHICommandBeginRenderPassString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHIRenderPassInfo | Info | ||
| const TCHAR * | Name |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandBeginRenderPass
(
const FRHIRenderPassInfo& InInfo, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |