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.

13 lines
374B

  1. GL_SGIX_fog_layers
  2. http://www.opengl.org/registry/specs/SGIX/fog_layers.txt
  3. GL_SGIX_fog_layers
  4. GL_FOG_TYPE_SGIX 0x8323
  5. GL_UNIFORM_SGIX 0x8324
  6. GL_LAYERED_SGIX 0x8325
  7. GL_FOG_GROUND_PLANE_SGIX 0x8326
  8. GL_FOG_LAYERS_POINTS_SGIX 0x8327
  9. GL_MAX_FOG_LAYERS_POINTS_SGIX 0x8328
  10. void glFogLayersSGIX (GLsizei n, const GLfloat* points)
  11. void glGetFogLayersSGIX (GLfloat* points)