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 interface  IOpenGLState.Value  
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected IOpenGLState.Value currentValue  
  • Constructor Summary

    Constructors
    Constructor Description
    IOpenGLState()  
  • Method Summary

    Modifier and Type Method Description
    void set​(IOpenGLState.Value value)  
    void setDirty()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • IOpenGLState

      public IOpenGLState()
  • Method Details