Exemplo n.º 1
0
 protected void pushDestTextures() {
   destTexStack.push(currentDestTex);
 }
Exemplo n.º 2
0
 protected void pushFramebuffer() {
   if (pushFramebufferEnabled) fboStack.push(currentFBO);
 }