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

Method getShaderInfoLog

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

Source from the content-addressed store, hash-verified

3358 public abstract void getShaderiv(int shader, int pname, IntBuffer params);
3359 public abstract void getAttachedShaders(int program, int maxCount, IntBuffer count, IntBuffer shaders);
3360 public abstract String getShaderInfoLog(int shader);
3361 public abstract String getShaderSource(int shader);
3362 public abstract void getShaderPrecisionFormat(int shaderType, int precisionType, IntBuffer range, IntBuffer precision);
3363 public abstract void getVertexAttribfv(int index, int pname, FloatBuffer params);

Callers 3

createShaderMethod · 0.95
compileVertexShaderMethod · 0.45
compileFragmentShaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected