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

« back to all changes in this revision

Viewing changes to auto/extensions/GL_EXT_compiled_vertex_array

  • 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_EXT_compiled_vertex_array
2
 
http://www.opengl.org/registry/specs/EXT/compiled_vertex_array.txt
3
 
        void glLockArraysEXT (GLint first, GLsizei count)
4
 
        void glUnlockArraysEXT (void)
 
1
GL_EXT_compiled_vertex_array
 
2
http://www.opengl.org/registry/specs/EXT/compiled_vertex_array.txt
 
3
        GL_ARRAY_ELEMENT_LOCK_FIRST_EXT 0x81A8
 
4
        GL_ARRAY_ELEMENT_LOCK_COUNT_EXT 0x81A9
 
5
        void glLockArraysEXT (GLint first, GLsizei count)
 
6
        void glUnlockArraysEXT (void)