mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
renamed some functions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user