Searched defs:TextureLevelSpec (Results 1 – 1 of 1) sorted by relevance
142 struct TextureLevelSpec struct144 int width;145 int height;146 int depth;147 int level;148 glw::GLenum internalFormat;149 bool compressed;151 …TextureLevelSpec(void) : width(0), height(0), depth(0), level(0), internalFormat(GL_RGBA), compres… in TextureLevelSpec() function