Class NVFramebufferMultisampleCoverage

java.lang.Object
org.lwjgl.opengl.NVFramebufferMultisampleCoverage

public class NVFramebufferMultisampleCoverage extends Object
  • Field Details

    • GL_RENDERBUFFER_COVERAGE_SAMPLES_NV

      public static final int GL_RENDERBUFFER_COVERAGE_SAMPLES_NV
      See Also:
    • GL_RENDERBUFFER_COLOR_SAMPLES_NV

      public static final int GL_RENDERBUFFER_COLOR_SAMPLES_NV
      See Also:
    • GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV

      public static final int GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV
      See Also:
    • GL_MULTISAMPLE_COVERAGE_MODES_NV

      public static final int GL_MULTISAMPLE_COVERAGE_MODES_NV
      See Also:
  • Method Details

    • glRenderbufferStorageMultisampleCoverageNV

      public static void glRenderbufferStorageMultisampleCoverageNV(@NativeType("GLenum") int target, @NativeType("GLsizei") int coverageSamples, @NativeType("GLsizei") int colorSamples, @NativeType("GLenum") int internalformat, @NativeType("GLsizei") int width, @NativeType("GLsizei") int height)
      void glRenderbufferStorageMultisampleCoverageNV(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)