Package zombie.core
Class SpriteRenderer.RingBuffer
java.lang.Object
zombie.core.SpriteRenderer.RingBuffer
- Enclosing class:
- SpriteRenderer
public static final class SpriteRenderer.RingBuffer
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static boolean
IGNORE_STYLES
boolean
restoreBoundTextures
boolean
restoreVBOs
-
Method Summary
Modifier and Type Method Description void
checkShaderChangedTexture1()
void
debugBoundTexture(Texture texture, int int1)
void
shaderChangedTexture1()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
restoreVBOs
public boolean restoreVBOs -
restoreBoundTextures
public boolean restoreBoundTextures -
IGNORE_STYLES
public static boolean IGNORE_STYLES
-
-
Method Details
-
shaderChangedTexture1
public void shaderChangedTexture1() -
checkShaderChangedTexture1
public void checkShaderChangedTexture1() -
debugBoundTexture
-