19 #ifndef MIR_GL_DEFAULT_PROGRAM_FACTORY_H_
20 #define MIR_GL_DEFAULT_PROGRAM_FACTORY_H_
42 std::mutex
mutable mutex;
All things Mir.
Definition: atomic_callback.h:25
std::unique_ptr< TextureCache > create_texture_cache() const override
Definition: default_program_factory.cpp:36
Definition: program_factory.h:31
Definition: default_program_factory.h:29
std::unique_ptr< Program > create_gl_program(std::string const &, std::string const &) const override
Definition: default_program_factory.cpp:27