Searched defs:TextureMap (Results 1 – 2 of 2) sorted by relevance
330 typedef std::map<glw::GLuint, const Texture *> TextureMap; typedef
1043 using TextureMap = TextureTypeMap<BindingPointer<Texture>>; variable