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