Package org.lwjgl.opengl
Class WGLARBMultisample
- java.lang.Object
-
- org.lwjgl.opengl.WGLARBMultisample
-
public final class WGLARBMultisample extends java.lang.ObjectNative bindings to the WGL_ARB_multisample extension.See
ARBMultisamplefor details.Requires
WGL_EXT_extensions_stringandWGL_ARB_pixel_format.
-
-
Field Summary
Fields Modifier and Type Field and Description static intWGL_SAMPLE_BUFFERS_ARB
WGL_SAMPLES_ARBAccepted by theattributesparameter ofGetPixelFormatAttribiARB,GetPixelFormatAttribfARB, and theattribIListandattribFListofChoosePixelFormatARB.
-
-
-
Field Detail
-
WGL_SAMPLE_BUFFERS_ARB
public static final int WGL_SAMPLE_BUFFERS_ARB
Accepted by theattributesparameter ofGetPixelFormatAttribiARB,GetPixelFormatAttribfARB, and theattribIListandattribFListofChoosePixelFormatARB.- See Also:
- Constant Field Values
-
WGL_SAMPLES_ARB
public static final int WGL_SAMPLES_ARB
Accepted by theattributesparameter ofGetPixelFormatAttribiARB,GetPixelFormatAttribfARB, and theattribIListandattribFListofChoosePixelFormatARB.- See Also:
- Constant Field Values
-
-