Package zombie.core.opengl
Class IOpenGLState
java.lang.Object
zombie.core.opengl.IOpenGLState
- Direct Known Subclasses:
GLState.Base2Ints,GLState.Base3Ints,GLState.Base4Booleans,GLState.Base4Ints,GLState.BaseBoolean,GLState.BaseInt,GLState.BaseIntFloat
public abstract class IOpenGLState
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIOpenGLState.Value -
Field Summary
Fields Modifier and Type Field Description protected IOpenGLState.ValuecurrentValue -
Constructor Summary
Constructors Constructor Description IOpenGLState() -
Method Summary
Modifier and Type Method Description voidset(IOpenGLState.Value value)voidsetDirty()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
currentValue
-
-
Constructor Details
-
IOpenGLState
public IOpenGLState()
-
-
Method Details
-
set
-
setDirty
public void setDirty()
-