FRasterizerStateInitializerRHI

References

Module

RHI

Header

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

Include

#include "RHI.h"

Syntax

struct FRasterizerStateInitializerRHI

Variables

Name Description

Public variable

bool

 

bAllowMSAA

Public variable

bool

 

bEnableLineAA

Public variable

TEnumAsByte< ER...

 

CullMode

Public variable

float

 

DepthBias

Public variable

ERasterizerDept...

 

DepthClipMode

Public variable

TEnumAsByte< ER...

 

FillMode

Public variable

float

 

SlopeScaleDepthBias

Constructors

Name Description

Public function

FRasterizerStateInitializerRHI()

Public function

FRasterizerStateInitializerRHI

(
    ERasterizerFillMode InFillMode,
    ERasterizerCullMode InCullMode,
    bool bInAllowMSAA,
    bool bInEnableLineAA
)

Public function

FRasterizerStateInitializerRHI

(
    ERasterizerFillMode InFillMode,
    ERasterizerCullMode InCullMode,
    float InDepthBias,
    float InSlopeScaleDepthBias,
    ERasterizerDepthClipMode InDepthCli...,
    bool bInAllowMSAA,
    bool bInEnableLineAA
)

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