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

Method linked

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

Source from the content-addressed store, hash-verified

2063
2064
2065 protected boolean linked(int program) {
2066 intBuffer.rewind();
2067 getProgramiv(program, LINK_STATUS, intBuffer);
2068 return intBuffer.get(0) == 0 ? false : true;
2069 }
2070
2071
2072 protected int validateFramebuffer() {

Callers 1

createProgramMethod · 0.95

Calls 2

getProgramivMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected