|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.imp3d.glsl.renderable.GLSLRenderable de.grogra.imp3d.glsl.renderable.GLSLInstanceableRenderable de.grogra.imp3d.glsl.renderable.GLSLBitCache
public abstract class GLSLBitCache
Field Summary | |
---|---|
protected int |
BITMASK
|
static int |
USED_BITS
|
Fields inherited from class de.grogra.imp3d.glsl.renderable.GLSLInstanceableRenderable |
---|
DIRECT, INDIRECT, INSTANCIATED |
Constructor Summary | |
---|---|
GLSLBitCache()
|
Method Summary | |
---|---|
protected boolean |
getBool(int MASK)
|
protected void |
setBool(int MASK,
boolean value)
|
Methods inherited from class de.grogra.imp3d.glsl.renderable.GLSLInstanceableRenderable |
---|
updateInstance, updateInstanceByInstancing, updateInstanceDirect, updateInstanceIndirect |
Methods inherited from class de.grogra.imp3d.glsl.renderable.GLSLRenderable |
---|
activateShader, draw, drawAlt, findShader, getInstance, instanceFor, isShaderDependant |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int BITMASK
public static final int USED_BITS
Constructor Detail |
---|
public GLSLBitCache()
Method Detail |
---|
protected boolean getBool(int MASK)
protected void setBool(int MASK, boolean value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |