#include <llglstates.h>
Public Member Functions | |
LLGLSBlendFunc (GLenum srcFunc, GLenum dstFunc) | |
~LLGLSBlendFunc (void) | |
Protected Attributes | |
GLint | mSavedSrc |
GLint | mSavedDst |
LLGLEnable | mBlend |
Definition at line 282 of file llglstates.h.
LLGLSBlendFunc::LLGLSBlendFunc | ( | GLenum | srcFunc, | |
GLenum | dstFunc | |||
) | [inline] |
LLGLSBlendFunc::~LLGLSBlendFunc | ( | void | ) | [inline] |
GLint LLGLSBlendFunc::mSavedSrc [protected] |
GLint LLGLSBlendFunc::mSavedDst [protected] |
LLGLEnable LLGLSBlendFunc::mBlend [protected] |
Definition at line 285 of file llglstates.h.