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

« back to all changes in this revision

Viewing changes to auto/extensions/GL_NV_vertex_array_range

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-02-10 21:21:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050210212142-2b1p2th5s3d0wjdz
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GL_NV_vertex_array_range
 
2
http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_array_range.txt
 
3
        GL_VERTEX_ARRAY_RANGE_NV 0x851D
 
4
        GL_VERTEX_ARRAY_RANGE_LENGTH_NV 0x851E
 
5
        GL_VERTEX_ARRAY_RANGE_VALID_NV 0x851F
 
6
        GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV 0x8520
 
7
        GL_VERTEX_ARRAY_RANGE_POINTER_NV 0x8521
 
8
        void glFlushVertexArrayRangeNV (void)
 
9
        void glVertexArrayRangeNV (GLsizei length, void* pointer)