mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Implemented getGL() method in PLWJGL, but LWJGL not tested after latest
changes (removal of most static fields in PGraphicsOpenGL, PGL)
This commit is contained in:
@@ -1996,4 +1996,9 @@ public class PLWJGL extends PGL {
|
||||
public void drawBuffer(int buf) {
|
||||
GL11.glDrawBuffer(buf);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
protected void getGL(PGL pgl) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user