Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandSetGraphicsPipelineState
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetGraphicsPipelineState : public FRHICommand< FRHICommandSetGraphicsPipelineState, FRHICommandSetGraphicsPipelineStateString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplyAdditionalState | ||
| FGraphicsPipelineState * | GraphicsPipelineState | ||
| uint32 | StencilRef |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandSetGraphicsPipelineState
(
FGraphicsPipelineState* InGraphicsPipelineState, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |