Classes | Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
gte::GL4BlendState Class Reference

#include <GteGL4BlendState.h>

Inheritance diagram for gte::GL4BlendState:
Inheritance graph
[legend]

Classes

struct  Target
 

Public Member Functions

void Enable ()
 
BlendStateGetBlendState ()
 
 GL4BlendState (BlendState const *blendState)
 
- Public Member Functions inherited from gte::GL4GraphicsObject
GLuint GetGLHandle () const
 
virtual void SetName (std::string const &name) override
 
- Public Member Functions inherited from gte::GEObject
GraphicsObjectGetGraphicsObject () const
 
std::string const & GetName () const
 
virtual ~GEObject ()
 

Static Public Member Functions

static std::shared_ptr< GEObjectCreate (void *unused, GraphicsObject const *object)
 

Private Attributes

Vector4< float > mBlendColor
 
bool mEnableAlphaToCoverage
 
bool mEnableIndependentBlend
 
unsigned int mSampleMask
 
Target mTarget [BlendState::NUM_TARGETS]
 

Static Private Attributes

static GLenum const msMode []
 
static GLenum const msOperation []
 

Additional Inherited Members

- Protected Member Functions inherited from gte::GL4DrawingState
 GL4DrawingState (DrawingState const *gtState)
 
- Protected Member Functions inherited from gte::GL4GraphicsObject
 GL4GraphicsObject (GraphicsObject const *gtObject)
 
- Protected Member Functions inherited from gte::GEObject
 GEObject (GraphicsObject const *gtObject)
 
- Protected Attributes inherited from gte::GL4GraphicsObject
GLuint mGLHandle
 
- Protected Attributes inherited from gte::GEObject
GraphicsObjectmGTObject
 
std::string mName
 

Detailed Description

Definition at line 16 of file GteGL4BlendState.h.

Constructor & Destructor Documentation

GL4BlendState::GL4BlendState ( BlendState const *  blendState)

Definition at line 13 of file GteGL4BlendState.cpp.

Member Function Documentation

std::shared_ptr< GEObject > GL4BlendState::Create ( void unused,
GraphicsObject const *  object 
)
static

Definition at line 39 of file GteGL4BlendState.cpp.

void GL4BlendState::Enable ( )

Definition at line 51 of file GteGL4BlendState.cpp.

BlendState * gte::GL4BlendState::GetBlendState ( )
inline

Definition at line 56 of file GteGL4BlendState.h.

Member Data Documentation

Vector4<float> gte::GL4BlendState::mBlendColor
private

Definition at line 48 of file GteGL4BlendState.h.

bool gte::GL4BlendState::mEnableAlphaToCoverage
private

Definition at line 45 of file GteGL4BlendState.h.

bool gte::GL4BlendState::mEnableIndependentBlend
private

Definition at line 46 of file GteGL4BlendState.h.

unsigned int gte::GL4BlendState::mSampleMask
private

Definition at line 49 of file GteGL4BlendState.h.

GLenum const GL4BlendState::msMode
staticprivate
GLenum const GL4BlendState::msOperation
staticprivate
Initial value:

Definition at line 53 of file GteGL4BlendState.h.

Target gte::GL4BlendState::mTarget[BlendState::NUM_TARGETS]
private

Definition at line 47 of file GteGL4BlendState.h.


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


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:06