UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGfxPipelineDesc::FDepthStencil Struct Reference

#include <VulkanPipeline.h>

Public Member Functions

void ReadFrom (const VkPipelineDepthStencilStateCreateInfo &InState)
 
void WriteInto (VkPipelineDepthStencilStateCreateInfo &OutState) const
 
bool operator== (const FDepthStencil &In) const
 

Public Attributes

uint8 DepthCompareOp
 
bool bDepthTestEnable
 
bool bDepthWriteEnable
 
bool bStencilTestEnable
 
bool bDepthBoundsTestEnable
 
uint8 FrontFailOp
 
uint8 FrontPassOp
 
uint8 FrontDepthFailOp
 
uint8 FrontCompareOp
 
uint32 FrontCompareMask
 
uint32 FrontWriteMask
 
uint32 FrontReference
 
uint8 BackFailOp
 
uint8 BackPassOp
 
uint8 BackDepthFailOp
 
uint8 BackCompareOp
 
uint32 BackCompareMask
 
uint32 BackWriteMask
 
uint32 BackReference
 

Member Function Documentation

◆ operator==()

bool FGfxPipelineDesc::FDepthStencil::operator== ( const FDepthStencil In) const
inline

◆ ReadFrom()

void FGfxPipelineDesc::FDepthStencil::ReadFrom ( const VkPipelineDepthStencilStateCreateInfo InState)

◆ WriteInto()

void FGfxPipelineDesc::FDepthStencil::WriteInto ( VkPipelineDepthStencilStateCreateInfo OutState) const

Member Data Documentation

◆ BackCompareMask

uint32 FGfxPipelineDesc::FDepthStencil::BackCompareMask

◆ BackCompareOp

uint8 FGfxPipelineDesc::FDepthStencil::BackCompareOp

◆ BackDepthFailOp

uint8 FGfxPipelineDesc::FDepthStencil::BackDepthFailOp

◆ BackFailOp

uint8 FGfxPipelineDesc::FDepthStencil::BackFailOp

◆ BackPassOp

uint8 FGfxPipelineDesc::FDepthStencil::BackPassOp

◆ BackReference

uint32 FGfxPipelineDesc::FDepthStencil::BackReference

◆ BackWriteMask

uint32 FGfxPipelineDesc::FDepthStencil::BackWriteMask

◆ bDepthBoundsTestEnable

bool FGfxPipelineDesc::FDepthStencil::bDepthBoundsTestEnable

◆ bDepthTestEnable

bool FGfxPipelineDesc::FDepthStencil::bDepthTestEnable

◆ bDepthWriteEnable

bool FGfxPipelineDesc::FDepthStencil::bDepthWriteEnable

◆ bStencilTestEnable

bool FGfxPipelineDesc::FDepthStencil::bStencilTestEnable

◆ DepthCompareOp

uint8 FGfxPipelineDesc::FDepthStencil::DepthCompareOp

◆ FrontCompareMask

uint32 FGfxPipelineDesc::FDepthStencil::FrontCompareMask

◆ FrontCompareOp

uint8 FGfxPipelineDesc::FDepthStencil::FrontCompareOp

◆ FrontDepthFailOp

uint8 FGfxPipelineDesc::FDepthStencil::FrontDepthFailOp

◆ FrontFailOp

uint8 FGfxPipelineDesc::FDepthStencil::FrontFailOp

◆ FrontPassOp

uint8 FGfxPipelineDesc::FDepthStencil::FrontPassOp

◆ FrontReference

uint32 FGfxPipelineDesc::FDepthStencil::FrontReference

◆ FrontWriteMask

uint32 FGfxPipelineDesc::FDepthStencil::FrontWriteMask

The documentation for this struct was generated from the following files: