mirror of
https://github.com/processing/processing4.git
synced 2026-05-30 20:19:27 +02:00
Added LWJGL interface to hold the P2D/P3D constants
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package processing.lwjgl;
|
||||
|
||||
public interface LWJGL {
|
||||
static final String P2D = "processing.lwjgl.PGraphics2D";
|
||||
static final String P3D = "processing.lwjgl.PGraphics3D";
|
||||
}
|
||||
Reference in New Issue
Block a user