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.

11 lines
451B

  1. GL_EXT_framebuffer_multisample
  2. http://www.opengl.org/registry/specs/EXT/framebuffer_multisample.txt
  3. GL_EXT_framebuffer_multisample
  4. GL_RENDERBUFFER_SAMPLES_EXT 0x8CAB
  5. GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
  6. GL_MAX_SAMPLES_EXT 0x8D57
  7. void glRenderbufferStorageMultisampleEXT (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
  8. GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
  9. GL_MAX_SAMPLES_EXT 0x8D57