Class WGLARBPixelFormat

java.lang.Object
org.lwjgl.opengl.WGLARBPixelFormat

public class WGLARBPixelFormat extends Object
Native bindings to the WGL_ARB_pixel_format extension.

This extension adds functions to query pixel format attributes and to choose from the list of supported pixel formats.

These functions treat pixel formats as opaque types: attributes are specified by name rather than by accessing them directly as fields in a structure. Thus the list of attributes can be easily extended.

Requires WGL_ARB_extensions_string.