Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- IRHIComputeContext
- IRHICommandContext
- IRHICommandContextPSOFallback
- FNullDynamicRHI
- FOpenGLDynamicRHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include | #include "RHIContext.h" |
Syntax
class IRHICommandContextPSOFallback : public IRHICommandContext
Remarks
Command Context for RHIs that do not support real Graphics/Compute Pipelines.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RHIEnableDepthBoundsTest
(
bool bEnable |
||
| void | RHISetBlendState
(
FRHIBlendState* NewState, |
||
| void | RHISetBoundShaderState
(
FRHIBoundShaderState* BoundShaderState |
||
| void | RHISetComputeShader
(
FRHIComputeShader* ComputeShader |
||
| void | RHISetDepthStencilState
(
FRHIDepthStencilState* NewState, |
||
| void | RHISetRasterizerState
(
FRHIRasterizerState* NewState |
Overridden from IRHICommandContext
| Type | Name | Description | |
|---|---|---|---|
| void | RHISetGraphicsPipelineState
(
FRHIGraphicsPipelineState* GraphicsState, |
This will set most relevant pipeline state. |
Overridden from IRHIComputeContext
| Type | Name | Description | |
|---|---|---|---|
| void | RHISetComputePipelineState
(
FRHIComputePipelineState* ComputePipelineState |