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.

10 lines
302B

  1. GL_NV_point_sprite
  2. http://www.opengl.org/registry/specs/NV/point_sprite.txt
  3. GL_NV_point_sprite
  4. GL_POINT_SPRITE_NV 0x8861
  5. GL_COORD_REPLACE_NV 0x8862
  6. GL_POINT_SPRITE_R_MODE_NV 0x8863
  7. void glPointParameteriNV (GLenum pname, GLint param)
  8. void glPointParameterivNV (GLenum pname, const GLint* params)