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.

17 lines
990B

  1. GL_NV_fragment_program
  2. http://www.opengl.org/registry/specs/NV/fragment_program.txt
  3. GL_NV_fragment_program
  4. GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV 0x8868
  5. GL_FRAGMENT_PROGRAM_NV 0x8870
  6. GL_MAX_TEXTURE_COORDS_NV 0x8871
  7. GL_MAX_TEXTURE_IMAGE_UNITS_NV 0x8872
  8. GL_FRAGMENT_PROGRAM_BINDING_NV 0x8873
  9. GL_PROGRAM_ERROR_STRING_NV 0x8874
  10. void glGetProgramNamedParameterdvNV (GLuint id, GLsizei len, const GLubyte* name, GLdouble *params)
  11. void glGetProgramNamedParameterfvNV (GLuint id, GLsizei len, const GLubyte* name, GLfloat *params)
  12. void glProgramNamedParameter4dNV (GLuint id, GLsizei len, const GLubyte* name, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
  13. void glProgramNamedParameter4dvNV (GLuint id, GLsizei len, const GLubyte* name, const GLdouble v[])
  14. void glProgramNamedParameter4fNV (GLuint id, GLsizei len, const GLubyte* name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
  15. void glProgramNamedParameter4fvNV (GLuint id, GLsizei len, const GLubyte* name, const GLfloat v[])