[−][src]Module wayland_client::protocol::wl_buffer
content for a wl_surface
A buffer provides the content for a wl_surface. Buffers are created through factory interfaces such as wl_drm, wl_shm or similar. It has a width and a height and can be attached to a wl_surface, but the mechanism by which a client provides and updates the contents is defined by the buffer factory interface.
Structs
WlBuffer |
Enums
Event | |
Request |
Constants
EVT_RELEASE_SINCE | The minimal object version supporting this event |
REQ_DESTROY_SINCE | The minimal object version supporting this request |
Traits
RequestsTrait |