Saga3D API Documentation  1.0-RC4
saga::video::SBlendAttachmentState Struct Reference

#include <SBlendState.h>

Public Attributes

bool Enabled = false
 
E_BLEND_FACTOR SrcColor
 
E_BLEND_FACTOR DstColor
 
E_BLEND_OP ColorBlendOp
 
E_BLEND_FACTOR SrcAlpha
 
E_BLEND_FACTOR DstAlpha
 
E_BLEND_OP AlphaBlendOp
 
std::uint32_t ColorWriteMask
 

Detailed Description

Definition at line 24 of file SBlendState.h.

Member Data Documentation

◆ AlphaBlendOp

E_BLEND_OP saga::video::SBlendAttachmentState::AlphaBlendOp

Definition at line 32 of file SBlendState.h.

◆ ColorBlendOp

E_BLEND_OP saga::video::SBlendAttachmentState::ColorBlendOp

Definition at line 29 of file SBlendState.h.

◆ ColorWriteMask

std::uint32_t saga::video::SBlendAttachmentState::ColorWriteMask

Definition at line 33 of file SBlendState.h.

◆ DstAlpha

E_BLEND_FACTOR saga::video::SBlendAttachmentState::DstAlpha

Definition at line 31 of file SBlendState.h.

◆ DstColor

E_BLEND_FACTOR saga::video::SBlendAttachmentState::DstColor

Definition at line 28 of file SBlendState.h.

◆ Enabled

bool saga::video::SBlendAttachmentState::Enabled = false

Definition at line 26 of file SBlendState.h.

◆ SrcAlpha

E_BLEND_FACTOR saga::video::SBlendAttachmentState::SrcAlpha

Definition at line 30 of file SBlendState.h.

◆ SrcColor

E_BLEND_FACTOR saga::video::SBlendAttachmentState::SrcColor

Definition at line 27 of file SBlendState.h.


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