public class WGLARBExtensionsString
extends java.lang.Object
This extension provides a way for applications to determine which WGL extensions are supported by a device. This is the foundation upon which other WGL extensions are built.
| Modifier and Type | Method and Description |
|---|---|
static long |
nwglGetExtensionsStringARB(long hdc)
Unsafe version of:
GetExtensionsStringARB |
static java.lang.String |
wglGetExtensionsStringARB(long hdc)
Returns a list of supported extensions to WGL.
|
public static long nwglGetExtensionsStringARB(long hdc)
GetExtensionsStringARB@Nullable public static java.lang.String wglGetExtensionsStringARB(long hdc)
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.hdc - the device context to query extensions forCopyright LWJGL. All Rights Reserved. License terms.