public class WGLEXTExtensionsString
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static long |
nwglGetExtensionsStringEXT()
Unsafe version of:
GetExtensionsStringEXT |
static java.lang.String |
wglGetExtensionsStringEXT()
Returns a list of supported extensions to WGL.
|
public static long nwglGetExtensionsStringEXT()
GetExtensionsStringEXT@Nullable public static java.lang.String wglGetExtensionsStringEXT()
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.Copyright LWJGL. All Rights Reserved. License terms.