Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/IRHICommandContextPSOFallback
Description
This will set most relevant pipeline state. Legacy APIs are expected to set corresponding disjoint state as well.
Virtual Inheritance
- IRHICommandContext::RHISetGraphicsPipelineState → IRHICommandContextPSOFallback::RHISetGraphicsPipelineState
| Name | RHISetGraphicsPipelineState |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include Path | #include "RHIContext.h" |
virtual void RHISetGraphicsPipelineState
(
FRHIGraphicsPipelineState * GraphicsState,
uint32 StencilRef,
bool bApplyAdditionalState
)
Parameters
| Name | Remarks |
|---|---|
| GraphicsShaderState | the graphics pipeline state |