Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FCachedBoundShaderStateLink
- FCachedBoundShaderStateLink_Threadsafe
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/BoundShaderStateCache.h |
| Include | #include "BoundShaderStateCache.h" |
Syntax
class FCachedBoundShaderStateLink_Threadsafe : public FCachedBoundShaderStateLink
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCachedBoundShaderStateLink_Threadsafe
(
FRHIVertexDeclaration* VertexDeclaration, |
Adds the bound shader state to the cache. | ||
FCachedBoundShaderStateLink_Threadsafe
(
FRHIMeshShader* MeshShader, |
Adds the bound shader state to the cache. | ||
FCachedBoundShaderStateLink_Threadsafe
(
FRHIVertexDeclaration* VertexDeclaration, |
Adds the bound shader state to the cache. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddToCache () |
||
| void |