#include <llglstates.h>
Collaboration diagram for LLGLSUIDefault:

Public Member Functions | |
| LLGLSUIDefault () | |
Protected Attributes | |
| LLGLEnable | mBlend |
| LLGLEnable | mAlphaTest |
| LLGLEnable | mTexture2D |
| LLGLDisable | mCullFace |
| LLGLDepthTest | mDepthTest |
Definition at line 180 of file llglstates.h.
| LLGLSUIDefault::LLGLSUIDefault | ( | ) | [inline] |
Definition at line 187 of file llglstates.h.
LLGLEnable LLGLSUIDefault::mAlphaTest [protected] |
Definition at line 183 of file llglstates.h.
LLGLEnable LLGLSUIDefault::mBlend [protected] |
Definition at line 183 of file llglstates.h.
LLGLDisable LLGLSUIDefault::mCullFace [protected] |
Definition at line 184 of file llglstates.h.
LLGLDepthTest LLGLSUIDefault::mDepthTest [protected] |
Definition at line 185 of file llglstates.h.
LLGLEnable LLGLSUIDefault::mTexture2D [protected] |
Definition at line 183 of file llglstates.h.
1.4.7