Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PipelineFileCache.h |
| Include | #include "PipelineFileCache.h" |
Syntax
struct FPipelineFileCacheRasterizerState
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowMSAA | ||
| TEnumAsByte< ERasterizerCullMode > | CullMode | ||
| float | DepthBias | ||
| ERasterizerDepthClipMode | DepthClipMode | ||
| TEnumAsByte< ERasterizerFillMode > | FillMode | ||
| float | SlopeScaleDepthBias |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPipelineFileCacheRasterizerState
(
FRasterizerStateInitializerRHI const& Other |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FromString
(
const FStringView& Src |
||
| FString | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPipelineFileCacheRasterizerState & | operator=
(
FRasterizerStateInitializerRHI const& Other |