Class NVFramebufferMultisample

java.lang.Object
org.lwjgl.opengles.NVFramebufferMultisample

public class NVFramebufferMultisample extends Object
  • Field Details

    • GL_RENDERBUFFER_SAMPLES_NV

      public static final int GL_RENDERBUFFER_SAMPLES_NV
      See Also:
    • GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV

      public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV
      See Also:
    • GL_MAX_SAMPLES_NV

      public static final int GL_MAX_SAMPLES_NV
      See Also:
  • Method Details

    • glRenderbufferStorageMultisampleNV

      public static void glRenderbufferStorageMultisampleNV(int target, int samples, int internalformat, int width, int height)
      void glRenderbufferStorageMultisampleNV(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)