~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to auto/extensions/GL_ARB_multisample

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2009-05-11 17:48:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511174806-hpbwcimkr4ir0mfl
Tags: 1.5.1-4
make sure mx library really is MX (closes: #528232)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
GL_ARB_multisample
2
 
http://www.opengl.org/registry/specs/ARB/multisample.txt
3
 
        GL_MULTISAMPLE_ARB 0x809D
4
 
        GL_SAMPLE_ALPHA_TO_COVERAGE_ARB 0x809E
5
 
        GL_SAMPLE_ALPHA_TO_ONE_ARB 0x809F
6
 
        GL_SAMPLE_COVERAGE_ARB 0x80A0
7
 
        GL_SAMPLE_BUFFERS_ARB 0x80A8
8
 
        GL_SAMPLES_ARB 0x80A9
9
 
        GL_SAMPLE_COVERAGE_VALUE_ARB 0x80AA
10
 
        GL_SAMPLE_COVERAGE_INVERT_ARB 0x80AB
11
 
        GL_MULTISAMPLE_BIT_ARB 0x20000000
12
 
        void glSampleCoverageARB (GLclampf value, GLboolean invert)
 
1
GL_ARB_multisample
 
2
http://www.opengl.org/registry/specs/ARB/multisample.txt
 
3
        GL_MULTISAMPLE_ARB 0x809D
 
4
        GL_SAMPLE_ALPHA_TO_COVERAGE_ARB 0x809E
 
5
        GL_SAMPLE_ALPHA_TO_ONE_ARB 0x809F
 
6
        GL_SAMPLE_COVERAGE_ARB 0x80A0
 
7
        GL_SAMPLE_BUFFERS_ARB 0x80A8
 
8
        GL_SAMPLES_ARB 0x80A9
 
9
        GL_SAMPLE_COVERAGE_VALUE_ARB 0x80AA
 
10
        GL_SAMPLE_COVERAGE_INVERT_ARB 0x80AB
 
11
        GL_MULTISAMPLE_BIT_ARB 0x20000000
 
12
        void glSampleCoverageARB (GLclampf value, GLboolean invert)