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

#include <VulkanPipeline.h>

Public Member Functions

void ReadFrom (const VkPipelineColorBlendAttachmentState &InState)
 
void WriteInto (VkPipelineColorBlendAttachmentState &OutState) const
 
bool operator== (const FBlendAttachment &In) const
 

Public Attributes

bool bBlend
 
uint8 ColorBlendOp
 
uint8 SrcColorBlendFactor
 
uint8 DstColorBlendFactor
 
uint8 AlphaBlendOp
 
uint8 SrcAlphaBlendFactor
 
uint8 DstAlphaBlendFactor
 
uint8 ColorWriteMask
 

Member Function Documentation

◆ operator==()

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

◆ ReadFrom()

void FGfxPipelineDesc::FBlendAttachment::ReadFrom ( const VkPipelineColorBlendAttachmentState InState)

◆ WriteInto()

void FGfxPipelineDesc::FBlendAttachment::WriteInto ( VkPipelineColorBlendAttachmentState OutState) const

Member Data Documentation

◆ AlphaBlendOp

uint8 FGfxPipelineDesc::FBlendAttachment::AlphaBlendOp

◆ bBlend

bool FGfxPipelineDesc::FBlendAttachment::bBlend

◆ ColorBlendOp

uint8 FGfxPipelineDesc::FBlendAttachment::ColorBlendOp

◆ ColorWriteMask

uint8 FGfxPipelineDesc::FBlendAttachment::ColorWriteMask

◆ DstAlphaBlendFactor

uint8 FGfxPipelineDesc::FBlendAttachment::DstAlphaBlendFactor

◆ DstColorBlendFactor

uint8 FGfxPipelineDesc::FBlendAttachment::DstColorBlendFactor

◆ SrcAlphaBlendFactor

uint8 FGfxPipelineDesc::FBlendAttachment::SrcAlphaBlendFactor

◆ SrcColorBlendFactor

uint8 FGfxPipelineDesc::FBlendAttachment::SrcColorBlendFactor

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