MCPcopy Index your code
hub / github.com/processing/processing / isGL

Method isGL

core/src/processing/core/PGraphics.java:8384–8386  ·  view source on GitHub ↗

Return true if this renderer does rendering through OpenGL. Defaults to false.

()

Source from the content-addressed store, hash-verified

8382 * Return true if this renderer does rendering through OpenGL. Defaults to false.
8383 */
8384 public boolean isGL() { // ignore
8385 return false;
8386 }
8387
8388
8389 public boolean is2X() {

Callers 1

makeGraphicsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected