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

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

Introduction

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

The text is from its open source code.

Method

longwglCreateContext(@NativeType("HDC") long hdc)
Creates a new OpenGL rendering context, which is suitable for drawing on the device referenced by device.
booleanwglDeleteContext(@NativeType("HGLRC") long context)
Deletes a specified OpenGL rendering context.
booleanwglMakeCurrent(@NativeType("HDC") long hdc, @NativeType("HGLRC") long hglrc)
Makes a specified OpenGL rendering context the calling thread's current rendering context.