(int program)
| 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() { |
no test coverage detected