Searched defs:TextureLevelSpec (Results 1 – 1 of 1) sorted by relevance
124 struct TextureLevelSpec struct126 int width;127 int height;128 int depth;129 int level;130 glw::GLenum internalFormat;131 bool compressed;133 TextureLevelSpec (void) in TextureLevelSpec() function