webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
gl::BlendState Struct Reference

#include <angletypes.h>

Public Attributes

bool blend
 
GLenum sourceBlendRGB
 
GLenum destBlendRGB
 
GLenum sourceBlendAlpha
 
GLenum destBlendAlpha
 
GLenum blendEquationRGB
 
GLenum blendEquationAlpha
 
bool colorMaskRed
 
bool colorMaskGreen
 
bool colorMaskBlue
 
bool colorMaskAlpha
 
bool sampleAlphaToCoverage
 
bool dither
 

Member Data Documentation

◆ blend

bool gl::BlendState::blend

◆ blendEquationAlpha

GLenum gl::BlendState::blendEquationAlpha

◆ blendEquationRGB

GLenum gl::BlendState::blendEquationRGB

◆ colorMaskAlpha

bool gl::BlendState::colorMaskAlpha

◆ colorMaskBlue

bool gl::BlendState::colorMaskBlue

◆ colorMaskGreen

bool gl::BlendState::colorMaskGreen

◆ colorMaskRed

bool gl::BlendState::colorMaskRed

◆ destBlendAlpha

GLenum gl::BlendState::destBlendAlpha

◆ destBlendRGB

GLenum gl::BlendState::destBlendRGB

◆ dither

bool gl::BlendState::dither

◆ sampleAlphaToCoverage

bool gl::BlendState::sampleAlphaToCoverage

◆ sourceBlendAlpha

GLenum gl::BlendState::sourceBlendAlpha

◆ sourceBlendRGB

GLenum gl::BlendState::sourceBlendRGB

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