MCPcopy Index your code
hub / github.com/benfry/processing4 / isGL

Method isGL

core/src/processing/core/PGraphics.java:8393–8395  ·  view source on GitHub ↗

Return true if this renderer uses OpenGL. Defaults to false.

()

Source from the content-addressed store, hash-verified

8391 * Return true if this renderer uses OpenGL. Defaults to false.
8392 */
8393 public boolean isGL() { // ignore
8394 return false;
8395 }
8396
8397
8398 public boolean is2X() {

Callers 1

makeGraphicsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected