You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
367B

  1. GL_NV_framebuffer_multisample
  2. http://www.opengl.org/registry/specs/NV/framebuffer_multisample.txt
  3. GL_NV_framebuffer_multisample
  4. GL_RENDERBUFFER_SAMPLES_NV 0x8CAB
  5. GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV 0x8D56
  6. GL_MAX_SAMPLES_NV 0x8D57
  7. void glRenderbufferStorageMultisampleNV (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)