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.

23 lines
650B

  1. GL_SGIS_multisample
  2. http://www.opengl.org/registry/specs/SGIS/multisample.txt
  3. GL_SGIS_multisample
  4. GL_MULTISAMPLE_SGIS 0x809D
  5. GL_SAMPLE_ALPHA_TO_MASK_SGIS 0x809E
  6. GL_SAMPLE_ALPHA_TO_ONE_SGIS 0x809F
  7. GL_SAMPLE_MASK_SGIS 0x80A0
  8. GL_1PASS_SGIS 0x80A1
  9. GL_2PASS_0_SGIS 0x80A2
  10. GL_2PASS_1_SGIS 0x80A3
  11. GL_4PASS_0_SGIS 0x80A4
  12. GL_4PASS_1_SGIS 0x80A5
  13. GL_4PASS_2_SGIS 0x80A6
  14. GL_4PASS_3_SGIS 0x80A7
  15. GL_SAMPLE_BUFFERS_SGIS 0x80A8
  16. GL_SAMPLES_SGIS 0x80A9
  17. GL_SAMPLE_MASK_VALUE_SGIS 0x80AA
  18. GL_SAMPLE_MASK_INVERT_SGIS 0x80AB
  19. GL_SAMPLE_PATTERN_SGIS 0x80AC
  20. void glSampleMaskSGIS (GLclampf value, GLboolean invert)
  21. void glSamplePatternSGIS (GLenum pattern)