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

  1. GL_NV_primitive_restart
  2. http://www.opengl.org/registry/specs/NV/primitive_restart.txt
  3. GL_NV_primitive_restart
  4. GL_PRIMITIVE_RESTART_NV 0x8558
  5. GL_PRIMITIVE_RESTART_INDEX_NV 0x8559
  6. void glPrimitiveRestartIndexNV (GLuint index)
  7. void glPrimitiveRestartNV (void)