MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getOpenGlExtensions

Method getOpenGlExtensions

src/main/java/net/minecraft/src/Config.java:317–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315 }
316
317 public static String[] getOpenGlExtensions() {
318 if (openGlExtensions == null) {
319 openGlExtensions = detectOpenGlExtensions();
320 }
321
322 return openGlExtensions;
323 }
324
325 private static String[] detectOpenGlExtensions() {
326 try {

Callers 1

getExtensionsMethod · 0.95

Calls 1

Tested by

no test coverage detected