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
377B

  1. GL_ARB_point_parameters
  2. http://www.opengl.org/registry/specs/ARB/point_parameters.txt
  3. GL_ARB_point_parameters
  4. GL_POINT_SIZE_MIN_ARB 0x8126
  5. GL_POINT_SIZE_MAX_ARB 0x8127
  6. GL_POINT_FADE_THRESHOLD_SIZE_ARB 0x8128
  7. GL_POINT_DISTANCE_ATTENUATION_ARB 0x8129
  8. void glPointParameterfARB (GLenum pname, GLfloat param)
  9. void glPointParameterfvARB (GLenum pname, const GLfloat* params)