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

Method attachShader

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

Source from the content-addressed store, hash-verified

3268 public abstract void shaderBinary(int count, IntBuffer shaders, int binaryFormat, Buffer binary, int length);
3269 public abstract int createProgram();
3270 public abstract void attachShader(int program, int shader);
3271 public abstract void detachShader(int program, int shader);
3272 public abstract void linkProgram(int program);
3273 public abstract void useProgram(int program);

Callers 2

createProgramMethod · 0.95
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected