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.

9 lines
263B

  1. GL_EXT_polygon_offset
  2. http://www.opengl.org/registry/specs/EXT/polygon_offset.txt
  3. GL_EXT_polygon_offset
  4. GL_POLYGON_OFFSET_EXT 0x8037
  5. GL_POLYGON_OFFSET_FACTOR_EXT 0x8038
  6. GL_POLYGON_OFFSET_BIAS_EXT 0x8039
  7. void glPolygonOffsetEXT (GLfloat factor, GLfloat bias)