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

Method getString

core/src/processing/opengl/PGL.java:3082–3082  ·  view source on GitHub ↗
(int name)

Source from the content-addressed store, hash-verified

3080 public abstract void getFloatv(int value, FloatBuffer data);
3081 public abstract boolean isEnabled(int value);
3082 public abstract String getString(int name);
3083
3084 ///////////////////////////////////////////////////////////
3085

Callers 9

isESMethod · 0.95
getGLVersionMethod · 0.95
hasFBOsMethod · 0.95
hasShadersMethod · 0.95
hasNpotTexSupportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected