()
| 159 | } |
| 160 | |
| 161 | public static void checkInitialized() { |
| 162 | if (!initialized) { |
| 163 | if (Display.isCreated()) { |
| 164 | initialized = true; |
| 165 | checkOpenGlCaps(); |
| 166 | } |
| 167 | } |
| 168 | } |
| 169 | |
| 170 | private static void checkOpenGlCaps() { |
| 171 | log(getVersion()); |
no test coverage detected