Package zombie.core.opengl
Class GLState.CIntFloatValue
java.lang.Object
zombie.core.opengl.GLState.CIntFloatValue
- All Implemented Interfaces:
IOpenGLState.Value
- Enclosing class:
- GLState
public static final class GLState.CIntFloatValue extends java.lang.Object implements IOpenGLState.Value
-
Constructor Summary
Constructors Constructor Description CIntFloatValue()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object object)
GLState.CIntFloatValue
set(int int1, float float1)
IOpenGLState.Value
set(IOpenGLState.Value value)
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CIntFloatValue
public CIntFloatValue()
-
-
Method Details
-
set
-
equals
public boolean equals(java.lang.Object object)- Overrides:
equals
in classjava.lang.Object
-
set
- Specified by:
set
in interfaceIOpenGLState.Value
-