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 booleanIGNORE_STYLESbooleanrestoreBoundTexturesbooleanrestoreVBOs -
Method Summary
Modifier and Type Method Description voidcheckShaderChangedTexture1()voiddebugBoundTexture(Texture texture, int int1)voidshaderChangedTexture1()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
-