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.

24 lines
668B

  1. GL_EXT_multisample
  2. http://www.opengl.org/registry/specs/EXT/wgl_multisample.txt
  3. GL_EXT_multisample
  4. GL_MULTISAMPLE_EXT 0x809D
  5. GL_SAMPLE_ALPHA_TO_MASK_EXT 0x809E
  6. GL_SAMPLE_ALPHA_TO_ONE_EXT 0x809F
  7. GL_SAMPLE_MASK_EXT 0x80A0
  8. GL_1PASS_EXT 0x80A1
  9. GL_2PASS_0_EXT 0x80A2
  10. GL_2PASS_1_EXT 0x80A3
  11. GL_4PASS_0_EXT 0x80A4
  12. GL_4PASS_1_EXT 0x80A5
  13. GL_4PASS_2_EXT 0x80A6
  14. GL_4PASS_3_EXT 0x80A7
  15. GL_SAMPLE_BUFFERS_EXT 0x80A8
  16. GL_SAMPLES_EXT 0x80A9
  17. GL_SAMPLE_MASK_VALUE_EXT 0x80AA
  18. GL_SAMPLE_MASK_INVERT_EXT 0x80AB
  19. GL_SAMPLE_PATTERN_EXT 0x80AC
  20. GL_MULTISAMPLE_BIT_EXT 0x20000000
  21. void glSampleMaskEXT (GLclampf value, GLboolean invert)
  22. void glSamplePatternEXT (GLenum pattern)