Class WGLEXTExtensionsString

java.lang.Object
org.lwjgl.opengl.WGLEXTExtensionsString

public class WGLEXTExtensionsString extends Object
Native bindings to the WGL_EXT_extensions_string extension.
  • Method Details

    • nwglGetExtensionsStringEXT

      public static long nwglGetExtensionsStringEXT()
      Unsafe version of: GetExtensionsStringEXT
    • wglGetExtensionsStringEXT

      @Nullable public static String wglGetExtensionsStringEXT()
      Returns a list of supported extensions to WGL. Although the contents of the string is implementation specific, the string will be NULL terminated and will contain a space-separated list of extension names. (The extension names themselves do not contain spaces.) If there are no extensions then the empty string is returned.