Functions | |
| void | setup () |
| void GLSetup::setup | ( | ) |
Definition at line 25 of file GLSetup.cpp.
References GLState::BLEND_OFF, GLState::DEPTH_ON, GL_BACK, GL_BLEND, GL_CULL_FACE, GL_DEPTH_TEST, GL_EXP2, GL_FILL, GL_FOG_COLOR, GL_FOG_DENSITY, GL_FOG_MODE, GL_FRONT, GL_GREATER, GL_MODULATE, GL_ONE_MINUS_SRC_ALPHA, GL_SRC_ALPHA, GL_TEXTURE_2D, GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, glAlphaFunc(), glBlendFunc(), glCullFace(), glDisable(), glEnable(), glFogf(), glFogfv(), glFogi(), glPolygonMode(), glTexEnvi(), Console::instance(), GLState::setBaseState(), GLStateExtension::setup(), and GLState::TEXTURE_ON.
Referenced by createScorchedWindow().
1.5.3