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
dataThe actual data.
widthThe buffer width in pixels.
heightThe buffer height in pixels.
strideThe buffer stride in bytes.
formatThe buffer format.
wl_bufferNo description available.