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.

53 lines
2.5KB

  1. GL_NV_half_float
  2. http://www.opengl.org/registry/specs/NV/half_float.txt
  3. GL_NV_half_float
  4. GL_HALF_FLOAT_NV 0x140B
  5. void glColor3hNV (GLhalf red, GLhalf green, GLhalf blue)
  6. void glColor3hvNV (const GLhalf* v)
  7. void glColor4hNV (GLhalf red, GLhalf green, GLhalf blue, GLhalf alpha)
  8. void glColor4hvNV (const GLhalf* v)
  9. void glFogCoordhNV (GLhalf fog)
  10. void glFogCoordhvNV (const GLhalf* fog)
  11. void glMultiTexCoord1hNV (GLenum target, GLhalf s)
  12. void glMultiTexCoord1hvNV (GLenum target, const GLhalf* v)
  13. void glMultiTexCoord2hNV (GLenum target, GLhalf s, GLhalf t)
  14. void glMultiTexCoord2hvNV (GLenum target, const GLhalf* v)
  15. void glMultiTexCoord3hNV (GLenum target, GLhalf s, GLhalf t, GLhalf r)
  16. void glMultiTexCoord3hvNV (GLenum target, const GLhalf* v)
  17. void glMultiTexCoord4hNV (GLenum target, GLhalf s, GLhalf t, GLhalf r, GLhalf q)
  18. void glMultiTexCoord4hvNV (GLenum target, const GLhalf* v)
  19. void glNormal3hNV (GLhalf nx, GLhalf ny, GLhalf nz)
  20. void glNormal3hvNV (const GLhalf* v)
  21. void glSecondaryColor3hNV (GLhalf red, GLhalf green, GLhalf blue)
  22. void glSecondaryColor3hvNV (const GLhalf* v)
  23. void glTexCoord1hNV (GLhalf s)
  24. void glTexCoord1hvNV (const GLhalf* v)
  25. void glTexCoord2hNV (GLhalf s, GLhalf t)
  26. void glTexCoord2hvNV (const GLhalf* v)
  27. void glTexCoord3hNV (GLhalf s, GLhalf t, GLhalf r)
  28. void glTexCoord3hvNV (const GLhalf* v)
  29. void glTexCoord4hNV (GLhalf s, GLhalf t, GLhalf r, GLhalf q)
  30. void glTexCoord4hvNV (const GLhalf* v)
  31. void glVertex2hNV (GLhalf x, GLhalf y)
  32. void glVertex2hvNV (const GLhalf* v)
  33. void glVertex3hNV (GLhalf x, GLhalf y, GLhalf z)
  34. void glVertex3hvNV (const GLhalf* v)
  35. void glVertex4hNV (GLhalf x, GLhalf y, GLhalf z, GLhalf w)
  36. void glVertex4hvNV (const GLhalf* v)
  37. void glVertexAttrib1hNV (GLuint index, GLhalf x)
  38. void glVertexAttrib1hvNV (GLuint index, const GLhalf* v)
  39. void glVertexAttrib2hNV (GLuint index, GLhalf x, GLhalf y)
  40. void glVertexAttrib2hvNV (GLuint index, const GLhalf* v)
  41. void glVertexAttrib3hNV (GLuint index, GLhalf x, GLhalf y, GLhalf z)
  42. void glVertexAttrib3hvNV (GLuint index, const GLhalf* v)
  43. void glVertexAttrib4hNV (GLuint index, GLhalf x, GLhalf y, GLhalf z, GLhalf w)
  44. void glVertexAttrib4hvNV (GLuint index, const GLhalf* v)
  45. void glVertexAttribs1hvNV (GLuint index, GLsizei n, const GLhalf* v)
  46. void glVertexAttribs2hvNV (GLuint index, GLsizei n, const GLhalf* v)
  47. void glVertexAttribs3hvNV (GLuint index, GLsizei n, const GLhalf* v)
  48. void glVertexAttribs4hvNV (GLuint index, GLsizei n, const GLhalf* v)
  49. void glVertexWeighthNV (GLhalf weight)
  50. void glVertexWeighthvNV (const GLhalf* weight)
  51. typedef unsigned short GLhalf