FCachedBoundShaderStateLink::FCachedBoundShaderStateLink

Adds the bound shader state to the cache.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/BoundShaderStateCache.h

Include

#include "BoundShaderStateCache.h"

Source

/Engine/Source/Runtime/RHI/Private/BoundShaderStateCache.cpp

Syntax

FCachedBoundShaderStateLink
(
    FRHIVertexDeclaration * VertexDeclaration,
    FRHIVertexShader * VertexShader,
    FRHIPixelShader * PixelShader,
    FRHIBoundShaderState * InBoundShaderState,
    bool bAddToSingleThreadedCache
)

Remarks

Adds the bound shader state to the cache.

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