mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
Added PJOGL class
This commit is contained in:
7
core/src/processing/opengl/PJOGL.java
Normal file
7
core/src/processing/opengl/PJOGL.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package processing.opengl;
|
||||
|
||||
public class PJOGL extends PGL {
|
||||
public PJOGL(PGraphicsOpenGL pg) {
|
||||
super(pg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user