mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Updated OpenGL examples
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
size(100, 100, P3D);
|
||||
PGraphicsOpenGL pg = (PGraphicsOpenGL)g;
|
||||
println(pg.OPENGL_VENDOR);
|
||||
println(pg.OPENGL_RENDERER);
|
||||
println(pg.OPENGL_VERSION);
|
||||
println(pg.GLSL_VERSION);
|
||||
println(pg.OPENGL_EXTENSIONS);
|
||||
Reference in New Issue
Block a user