Package zombie
Class ShaderStackEntry
java.lang.Object
zombie.util.PooledObject
zombie.ShaderStackEntry
- All Implemented Interfaces:
IPooledObject
public final class ShaderStackEntry extends PooledObject
-
Constructor Summary
Constructors Constructor Description ShaderStackEntry()
-
Method Summary
Modifier and Type Method Description static ShaderStackEntry
alloc(Shader shader, int int1)
int
getPlayerIndex()
Shader
getShader()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.util.IPooledObject
onReleased
-
Constructor Details
-
ShaderStackEntry
public ShaderStackEntry()
-
-
Method Details
-
getShader
-
getPlayerIndex
public int getPlayerIndex() -
alloc
-