Struct
PhoshWlBuffer
Description [src]
struct PhoshWlBuffer {
void* data;
uint32_t width;
uint32_t height;
uint32_t stride;
wl_shm_format format;
wl_buffer* wl_buffer;
}
A buffer received from the Wayland compositor containing image data.
Structure members
data
The actual data.
width
The buffer width in pixels.
height
The buffer height in pixels.
stride
The buffer stride in bytes.
format
The buffer format.
wl_buffer
No description available.