renamed some functions

This commit is contained in:
codeanticode
2013-04-24 15:36:50 -04:00
parent f90bdf1417
commit 80e74e0895
4 changed files with 16 additions and 16 deletions
@@ -792,7 +792,7 @@ public class PGL extends processing.opengl.PGL {
fboWidth, fboHeight, NEAREST, NEAREST,
CLAMP_TO_EDGE, CLAMP_TO_EDGE);
tex.invertedY(true);
tex.colorBufferOf(pg);
tex.colorBuffer(true);
pg.setCache(pg, tex);
return tex;
}
@@ -805,7 +805,7 @@ public class PGL extends processing.opengl.PGL {
fboWidth, fboHeight, NEAREST, NEAREST,
CLAMP_TO_EDGE, CLAMP_TO_EDGE);
tex.invertedY(true);
tex.colorBufferOf(pg);
tex.colorBuffer(true);
return tex;
}