Cogs.Core
Public Attributes | List of all members
Cogs::BlendStateGLES30 Struct Reference

Public Attributes

struct {
   BlendState::Blend   colorSrc = BlendState::Blend::One
 
   BlendState::Blend   colorDst = BlendState::Blend::Zero
 
   BlendState::Blend   alphaSrc = BlendState::Blend::One
 
   BlendState::Blend   alphaDst = BlendState::Blend::Zero
 
blend
 
struct {
   BlendState::BlendOperation   color = BlendState::BlendOperation::Add
 
   BlendState::BlendOperation   alpha = BlendState::BlendOperation::Add
 
operation
 
uint8_t enabled: 1
 

Detailed Description

Definition at line 109 of file CommonGLES30.h.

Member Data Documentation

◆ alpha

BlendState::BlendOperation Cogs::BlendStateGLES30::alpha = BlendState::BlendOperation::Add

Definition at line 119 of file CommonGLES30.h.

◆ alphaDst

BlendState::Blend Cogs::BlendStateGLES30::alphaDst = BlendState::Blend::Zero

Definition at line 115 of file CommonGLES30.h.

◆ alphaSrc

BlendState::Blend Cogs::BlendStateGLES30::alphaSrc = BlendState::Blend::One

Definition at line 114 of file CommonGLES30.h.

◆ color

BlendState::BlendOperation Cogs::BlendStateGLES30::color = BlendState::BlendOperation::Add

Definition at line 118 of file CommonGLES30.h.

◆ colorDst

BlendState::Blend Cogs::BlendStateGLES30::colorDst = BlendState::Blend::Zero

Definition at line 113 of file CommonGLES30.h.

◆ colorSrc

BlendState::Blend Cogs::BlendStateGLES30::colorSrc = BlendState::Blend::One

Definition at line 112 of file CommonGLES30.h.

◆ enabled

uint8_t Cogs::BlendStateGLES30::enabled

Definition at line 121 of file CommonGLES30.h.


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