IRHICommandContextPSOFallback

Command Context for RHIs that do not support real Graphics Pipelines.

Windows
MacOS
Linux

Inheritance Hierarchy

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 Pipelines.

Functions

Name Description

Public function

void

 

RHIEnableDepthBoundsTest

(
    bool bEnable
)

Public function

void

 

RHISetBlendState

(
    FRHIBlendState* NewState,
    const FLinearColor& BlendFactor
)

Public function

void

 

RHISetBoundShaderState

(
    FRHIBoundShaderState* BoundSha...
)

Set bound shader state. This will set the vertex decl/shader, and pixel shader

Public function

void

 

RHISetDepthStencilState

(
    FRHIDepthStencilState* NewStat...,
    uint32 StencilRef
)

Public function

void

 

RHISetRasterizerState

(
    FRHIRasterizerState* NewState
)

Overridden from IRHICommandContext

Name Description

Public function Virtual

void

 

RHISetGraphicsPipelineState

(
    FRHIGraphicsPipelineState* Gra...
)

This will set most relevant pipeline state.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss