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

« back to all changes in this revision

Viewing changes to auto/extensions/GL_NV_point_sprite

  • 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_point_sprite
 
2
http://oss.sgi.com/projects/ogl-sample/registry/NV/point_sprite.txt
 
3
        GL_POINT_SPRITE_NV 0x8861
 
4
        GL_COORD_REPLACE_NV 0x8862
 
5
        GL_POINT_SPRITE_R_MODE_NV 0x8863
 
6
        void glPointParameteriNV (GLenum pname, GLint param)
 
7
        void glPointParameterivNV (GLenum pname, const GLint* params)