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