19 #ifndef MIR_FRONTEND_CLIENT_BUFFER_TRACKER_H_ 20 #define MIR_FRONTEND_CLIENT_BUFFER_TRACKER_H_ 55 typedef std::tuple<graphics::BufferID, graphics::Buffer*> IdBufferAssociation;
56 std::list<IdBufferAssociation> buffers;
57 unsigned int const cache_size;
63 #endif // MIR_FRONTEND_CLIENT_BUFFER_TRACKER_H_
All things Mir.
Definition: atomic_callback.h:25
Responsible for tracking what buffers the client library knows about for a surface.
Definition: client_buffer_tracker.h:40