Java org.lwjgl.opengl ARBMultisample fields, constructors, methods, implement or subclass

Example usage for Java org.lwjgl.opengl ARBMultisample fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.lwjgl.opengl ARBMultisample.

The text is from its open source code.

Field

intGL_MULTISAMPLE_ARB
Accepted by the cap parameter of Enable, Disable, and IsEnabled, and by the pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.

Method

voidglSampleCoverageARB(@NativeType("GLfloat") float value, @NativeType("GLboolean") boolean invert)
Specifies simultaneously the values of #GL_SAMPLE_COVERAGE_VALUE_ARB SAMPLE_COVERAGE_VALUE_ARB and #GL_SAMPLE_COVERAGE_INVERT_ARB SAMPLE_COVERAGE_INVERT_ARB .