Class ARBMultisample

java.lang.Object
org.lwjgl.opengl.ARBMultisample

public class ARBMultisample extends Object
  • Field Details

    • GL_MULTISAMPLE_ARB

      public static final int GL_MULTISAMPLE_ARB
      See Also:
    • GL_SAMPLE_ALPHA_TO_COVERAGE_ARB

      public static final int GL_SAMPLE_ALPHA_TO_COVERAGE_ARB
      See Also:
    • GL_SAMPLE_ALPHA_TO_ONE_ARB

      public static final int GL_SAMPLE_ALPHA_TO_ONE_ARB
      See Also:
    • GL_SAMPLE_COVERAGE_ARB

      public static final int GL_SAMPLE_COVERAGE_ARB
      See Also:
    • GL_MULTISAMPLE_BIT_ARB

      public static final int GL_MULTISAMPLE_BIT_ARB
      See Also:
    • GL_SAMPLE_BUFFERS_ARB

      public static final int GL_SAMPLE_BUFFERS_ARB
      See Also:
    • GL_SAMPLES_ARB

      public static final int GL_SAMPLES_ARB
      See Also:
    • GL_SAMPLE_COVERAGE_VALUE_ARB

      public static final int GL_SAMPLE_COVERAGE_VALUE_ARB
      See Also:
    • GL_SAMPLE_COVERAGE_INVERT_ARB

      public static final int GL_SAMPLE_COVERAGE_INVERT_ARB
      See Also:
  • Method Details

    • glSampleCoverageARB

      public static void glSampleCoverageARB(float value, boolean invert)
      void glSampleCoverageARB(GLfloat value, GLboolean invert)