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

#include <SBlendState.h>

Public Attributes

bool Enabled = false
 
int ColorAttachmentCount
 
float Factors [4] = { 0.f }
 
std::array< SBlendAttachmentState, MAX_COLOR_ATTACHMENTSAttachmentStates
 

Detailed Description

Definition at line 36 of file SBlendState.h.

Member Data Documentation

◆ AttachmentStates

std::array<SBlendAttachmentState, MAX_COLOR_ATTACHMENTS> saga::video::SBlendState::AttachmentStates

Definition at line 41 of file SBlendState.h.

◆ ColorAttachmentCount

int saga::video::SBlendState::ColorAttachmentCount

Definition at line 39 of file SBlendState.h.

◆ Enabled

bool saga::video::SBlendState::Enabled = false

Definition at line 38 of file SBlendState.h.

◆ Factors

float saga::video::SBlendState::Factors[4] = { 0.f }

Definition at line 40 of file SBlendState.h.


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