()
| 1185 | |
| 1186 | |
| 1187 | protected boolean contextIsOutdated() { |
| 1188 | boolean outdated = !pgl.contextIsCurrent(context); |
| 1189 | if (outdated) { |
| 1190 | dispose(); |
| 1191 | } |
| 1192 | return outdated; |
| 1193 | } |
| 1194 | |
| 1195 | |
| 1196 | public void colorBuffer(boolean value) { |
no test coverage detected