Package zombie.core.opengl
Class GLState
java.lang.Object
zombie.core.opengl.GLState
public final class GLState
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GLState.Base2Ints
static class
GLState.Base3Ints
static class
GLState.Base4Booleans
static class
GLState.Base4Ints
static class
GLState.BaseBoolean
static class
GLState.BaseInt
static class
GLState.BaseIntFloat
static class
GLState.C2IntsValue
static class
GLState.C3IntsValue
static class
GLState.C4BooleansValue
static class
GLState.C4IntsValue
static class
GLState.CAlphaFunc
static class
GLState.CAlphaTest
static class
GLState.CBlendFunc
static class
GLState.CBlendFuncSeparate
static class
GLState.CBooleanValue
static class
GLState.CColorMask
static class
GLState.CIntFloatValue
static class
GLState.CIntValue
static class
GLState.CStencilFunc
static class
GLState.CStencilMask
static class
GLState.CStencilOp
static class
GLState.CStencilTest
-
Field Summary
Fields Modifier and Type Field Description static GLState.CAlphaFunc
AlphaFunc
static GLState.CAlphaTest
AlphaTest
static GLState.CBlendFunc
BlendFunc
static GLState.CBlendFuncSeparate
BlendFuncSeparate
static GLState.CColorMask
ColorMask
static GLState.CStencilFunc
StencilFunc
static GLState.CStencilMask
StencilMask
static GLState.CStencilOp
StencilOp
static GLState.CStencilTest
StencilTest
-
Constructor Summary
Constructors Constructor Description GLState()
-
Method Summary
Modifier and Type Method Description static void
startFrame()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
AlphaFunc
-
AlphaTest
-
BlendFunc
-
BlendFuncSeparate
-
ColorMask
-
StencilFunc
-
StencilMask
-
StencilOp
-
StencilTest
-
-
Constructor Details
-
GLState
public GLState()
-
-
Method Details
-
startFrame
public static void startFrame()
-