Package org.lwjgl.opengl
Class GLXNVMultisampleCoverage
- java.lang.Object
-
- org.lwjgl.opengl.GLXNVMultisampleCoverage
-
public final class GLXNVMultisampleCoverage extends java.lang.Object
Native bindings to the GLX_NV_multisample_coverage extension.GLX functionality for
NV_multisample_coverage
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GLX_COLOR_SAMPLES_NV
GLX_COVERAGE_SAMPLES_NVAccepted by theattribList
parameter of glXChooseVisual, and by theattrib
parameter of glXGetConfig, theattrib_list
parameter of glXChooseFBConfig, and theattribute
parameter of glXGetFBConfigAttrib.
-
-
-
Field Detail
-
GLX_COVERAGE_SAMPLES_NV, GLX_COLOR_SAMPLES_NV
Accepted by theattribList
parameter of glXChooseVisual, and by theattrib
parameter of glXGetConfig, theattrib_list
parameter of glXChooseFBConfig, and theattribute
parameter of glXGetFBConfigAttrib.
-
-