19 #ifndef MIR_GRAPHICS_MESA_BYPASS_H_
20 #define MIR_GRAPHICS_MESA_BYPASS_H_
35 bool operator()(std::shared_ptr<graphics::Renderable>
const&);
38 bool bypass_is_feasible;
39 glm::mat4
const identity;
46 #endif // MIR_GRAPHICS_MESA_BYPASS_H_
All things Mir.
Definition: buffer_stream.h:37
bool operator()(std::shared_ptr< graphics::Renderable > const &)
Definition: bypass.cpp:32
BypassMatch(geometry::Rectangle const &rect)
Definition: bypass.cpp:26
Definition: rectangle.h:33