1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_SGI_color_table

26 lines
1.3 KiB
Text

GL_SGI_color_table
http://www.opengl.org/registry/specs/gl/SGI/color_table.txt
GL_SGI_color_table
GL_COLOR_TABLE_SGI 0x80D0
GL_POST_CONVOLUTION_COLOR_TABLE_SGI 0x80D1
GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI 0x80D2
GL_PROXY_COLOR_TABLE_SGI 0x80D3
GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI 0x80D4
GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI 0x80D5
GL_COLOR_TABLE_SCALE_SGI 0x80D6
GL_COLOR_TABLE_BIAS_SGI 0x80D7
GL_COLOR_TABLE_FORMAT_SGI 0x80D8
GL_COLOR_TABLE_WIDTH_SGI 0x80D9
GL_COLOR_TABLE_RED_SIZE_SGI 0x80DA
GL_COLOR_TABLE_GREEN_SIZE_SGI 0x80DB
GL_COLOR_TABLE_BLUE_SIZE_SGI 0x80DC
GL_COLOR_TABLE_ALPHA_SIZE_SGI 0x80DD
GL_COLOR_TABLE_LUMINANCE_SIZE_SGI 0x80DE
GL_COLOR_TABLE_INTENSITY_SIZE_SGI 0x80DF
void glColorTableParameterfvSGI (GLenum target, GLenum pname, const GLfloat* params)
void glColorTableParameterivSGI (GLenum target, GLenum pname, const GLint* params)
void glColorTableSGI (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
void glCopyColorTableSGI (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
void glGetColorTableParameterfvSGI (GLenum target, GLenum pname, GLfloat* params)
void glGetColorTableParameterivSGI (GLenum target, GLenum pname, GLint* params)
void glGetColorTableSGI (GLenum target, GLenum format, GLenum type, GLvoid *table)