Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- TStaticStateRHI
- TStaticRasterizerState
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RHIStaticStates.h |
| Include | #include "RHIStaticStates.h" |
Syntax
template<ERasterizerFillMode FillMode, ERasterizerCullMode CullMode, bool bEnableLineAA, bool bEnableMSAA, ERasterizerDepthClipMode DepthClipMode>
class TStaticRasterizerState : public TStaticStateRHI< TStaticRasterizerState< FillMode, CullMode, bEnableLineAA >, FRasterizerStateRHIRef, FRHIRasterizerState * >
Remarks
A static RHI rasterizer state resource. TStaticRasterizerStateRHI<...>::GetStaticState() will return a FRasterizerStateRHIRef to a rasterizer state with the desired settings. Should only be used from the rendering thread.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRasterizerStateRHIRef | CreateRHI () |