Package org.lwjgl.opengl
Class GLXNVMultisampleCoverage
- java.lang.Object
-
- org.lwjgl.opengl.GLXNVMultisampleCoverage
-
public final class GLXNVMultisampleCoverage extends java.lang.ObjectNative bindings to the GLX_NV_multisample_coverage extension.GLX functionality for
NV_multisample_coverage.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGLX_COLOR_SAMPLES_NV
GLX_COVERAGE_SAMPLES_NVAccepted by theattribListparameter of glXChooseVisual, and by theattribparameter of glXGetConfig, theattrib_listparameter of glXChooseFBConfig, and theattributeparameter of glXGetFBConfigAttrib.
-
-
-
Field Detail
-
GLX_COVERAGE_SAMPLES_NV
public static final int GLX_COVERAGE_SAMPLES_NV
Accepted by theattribListparameter of glXChooseVisual, and by theattribparameter of glXGetConfig, theattrib_listparameter of glXChooseFBConfig, and theattributeparameter of glXGetFBConfigAttrib.- See Also:
- Constant Field Values
-
GLX_COLOR_SAMPLES_NV
public static final int GLX_COLOR_SAMPLES_NV
Accepted by theattribListparameter of glXChooseVisual, and by theattribparameter of glXGetConfig, theattrib_listparameter of glXChooseFBConfig, and theattributeparameter of glXGetFBConfigAttrib.- See Also:
- Constant Field Values
-
-