19 #ifndef MIR_GRAPHICS_BUFFER_PROPERTIES_H_
20 #define MIR_GRAPHICS_BUFFER_PROPERTIES_H_
85 #endif // MIR_GRAPHICS_BUFFER_PROPERTIES_H_
BufferProperties()
Definition: buffer_properties.h:50
All things Mir.
Definition: atomic_callback.h:25
MirPixelFormat format
Definition: buffer_properties.h:67
bool operator==(BufferProperties const &lhs, BufferProperties const &rhs)
Definition: buffer_properties.h:71
geometry::Size size
Definition: buffer_properties.h:66
BufferUsage usage
Definition: buffer_properties.h:68
bool operator!=(BufferProperties const &lhs, BufferProperties const &rhs)
Definition: buffer_properties.h:78
BufferUsage
How a buffer is going to be used.
Definition: buffer_properties.h:36
rendering using direct pixel access
Buffer creation properties.
Definition: buffer_properties.h:48
BufferProperties(const geometry::Size &size, const MirPixelFormat &format, BufferUsage usage)
Definition: buffer_properties.h:57