Package org.lwjgl.opengl
Class WGLARBMultisample
- java.lang.Object
-
- org.lwjgl.opengl.WGLARBMultisample
-
public final class WGLARBMultisample extends java.lang.Object
Native bindings to the WGL_ARB_multisample extension.See
ARBMultisample
for details.Requires
WGL_EXT_extensions_string
andWGL_ARB_pixel_format
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
WGL_SAMPLE_BUFFERS_ARB
WGL_SAMPLES_ARBAccepted by theattributes
parameter ofGetPixelFormatAttribivARB
,GetPixelFormatAttribfvARB
, and theattribIList
andattribFList
ofChoosePixelFormatARB
.
-
-
-
Field Detail
-
WGL_SAMPLE_BUFFERS_ARB, WGL_SAMPLES_ARB
Accepted by theattributes
parameter ofGetPixelFormatAttribivARB
,GetPixelFormatAttribfvARB
, and theattribIList
andattribFList
ofChoosePixelFormatARB
.
-
-