19 #ifndef MIR_TEST_DOUBLES_NULL_DISPLAY_BUFFER_H_
20 #define MIR_TEST_DOUBLES_NULL_DISPLAY_BUFFER_H_
Interface to an output framebuffer.
Definition: display_buffer.h:39
bool can_bypass() const override
to be deprecated
Definition: null_display_buffer.h:38
Definition: null_display_buffer.h:31
void make_current()
Makes the DisplayBuffer the current GL rendering target.
Definition: null_display_buffer.h:35
std::list< std::shared_ptr< Renderable > > RenderableList
Definition: renderable.h:88
mir_orientation_normal
Definition: display_configuration.cpp:33
Definition: renderable.h:33
geometry::Rectangle view_area() const
The area the DisplayBuffer occupies in the virtual screen space.
Definition: null_display_buffer.h:34
void render_and_post_update(graphics::RenderableList const &, std::function< void(graphics::Renderable const &)> const &)
Definition: null_display_buffer.h:39
MirOrientation orientation() const override
Returns the orientation of the display buffer relative to how the user should see it (the orientation...
Definition: null_display_buffer.h:42
void release_current()
Releases the current GL rendering target.
Definition: null_display_buffer.h:36
void post_update()
This will trigger OpenGL rendering and post the result to the screen.
Definition: null_display_buffer.h:37
Definition: rectangle.h:33