mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
ported latest round of changes to android
This commit is contained in:
@@ -1102,6 +1102,11 @@ public class PGL {
|
||||
}
|
||||
|
||||
|
||||
public void glColorMask(boolean wr, boolean wg, boolean wb, boolean wa) {
|
||||
GLES20.glColorMask(wr, wg, wb, wa);
|
||||
}
|
||||
|
||||
|
||||
public void glClearColor(float r, float g, float b, float a) {
|
||||
GLES20.glClearColor(r, g, b, a);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user