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.

11 lines
371B

  1. GL_EXT_point_parameters
  2. http://www.opengl.org/registry/specs/EXT/point_parameters.txt
  3. GL_EXT_point_parameters
  4. GL_POINT_SIZE_MIN_EXT 0x8126
  5. GL_POINT_SIZE_MAX_EXT 0x8127
  6. GL_POINT_FADE_THRESHOLD_SIZE_EXT 0x8128
  7. GL_DISTANCE_ATTENUATION_EXT 0x8129
  8. void glPointParameterfEXT (GLenum pname, GLfloat param)
  9. void glPointParameterfvEXT (GLenum pname, const GLfloat* params)