mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
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); |