Searched defs:gl_color_table (Results 1 – 1 of 1) sorted by relevance
527 struct gl_color_table struct529 GLenum InternalFormat; /**< The user-specified format */530 GLenum _BaseFormat; /**< GL_ALPHA, GL_RGBA, GL_RGB, etc */531 GLuint Size; /**< number of entries in table */532 GLfloat *TableF; /**< Color table, floating point values */533 GLubyte *TableUB; /**< Color table, ubyte values */534 GLubyte RedSize;535 GLubyte GreenSize;536 GLubyte BlueSize;537 GLubyte AlphaSize;[all …]