Package org.lwjgl.opengl
Interface GLUConstants
public interface GLUConstants
GLU constants.
- Version:
- $Revision$ $Id$
- Author:
- cix_foo <cix_foo@users.sourceforge.net>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
GLU_INVALID_ENUM
static final int GLU_INVALID_ENUM- See Also:
-
GLU_INVALID_VALUE
static final int GLU_INVALID_VALUE- See Also:
-
GLU_OUT_OF_MEMORY
static final int GLU_OUT_OF_MEMORY- See Also:
-
GLU_INCOMPATIBLE_GL_VERSION
static final int GLU_INCOMPATIBLE_GL_VERSION- See Also:
-
GLU_VERSION
static final int GLU_VERSION- See Also:
-
GLU_EXTENSIONS
static final int GLU_EXTENSIONS- See Also:
-
GLU_TRUE
static final int GLU_TRUE- See Also:
-
GLU_FALSE
static final int GLU_FALSE- See Also:
-