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

Method getProgramInfoLog

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

Source from the content-addressed store, hash-verified

3311 public abstract boolean isProgram(int program);
3312 public abstract void getProgramiv(int program, int pname, IntBuffer params);
3313 public abstract String getProgramInfoLog(int program);
3314
3315 ///////////////////////////////////////////////////////////
3316

Callers 2

createProgramMethod · 0.95
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected