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

Method linked

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

Source from the content-addressed store, hash-verified

2104
2105
2106 protected boolean linked(int program) {
2107 intBuffer.rewind();
2108 getProgramiv(program, LINK_STATUS, intBuffer);
2109 return intBuffer.get(0) != 0;
2110 }
2111
2112
2113 protected int validateFramebuffer() {

Callers 1

createProgramMethod · 0.95

Calls 2

getProgramivMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected