Java org.lwjgl.opengl GL fields, constructors, methods, implement or subclass

Example usage for Java org.lwjgl.opengl GL fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.lwjgl.opengl GL.

The text is from its open source code.

Method

GLCapabilitiescreateCapabilities()
Creates a new GLCapabilities instance for the OpenGL context that is current in the current thread.
GLCapabilitiescreateCapabilities(boolean forwardCompatible)
Creates a new GLCapabilities instance for the OpenGL context that is current in the current thread.
voiddestroy()
Unloads the OpenGL native library.
GLCapabilitiesgetCapabilities()
Returns the GLCapabilities of the OpenGL context that is current in the current thread.
FunctionProvidergetFunctionProvider()
Returns the FunctionProvider for the OpenGL native library.
voidsetCapabilities(@Nullable GLCapabilities caps)
Sets the GLCapabilities of the OpenGL context that is current in the current thread.