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
388B

  1. GL_ANGLE_framebuffer_multisample
  2. https://code.google.com/p/angleproject/source/browse/#git%2Fextensions
  3. GL_ANGLE_framebuffer_multisample
  4. GL_RENDERBUFFER_SAMPLES_ANGLE 0x8CAB
  5. GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE 0x8D56
  6. GL_MAX_SAMPLES_ANGLE 0x8D57
  7. void glRenderbufferStorageMultisampleANGLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)