Searched defs:TextureLevelSpec (Results 1 – 1 of 1) sorted by relevance
123 struct TextureLevelSpec struct125 int width;126 int height;127 int depth;128 int level;129 glw::GLenum internalFormat;130 bool compressed;132 TextureLevelSpec (void) in TextureLevelSpec() argument