Module wl_shm

Source
Expand description

shared memory support

A singleton global object that provides support for shared memory.

Clients can create wl_shm_pool objects using the create_pool request.

On binding the wl_shm object one or more format events are emitted to inform clients about the valid pixel formats that can be used for buffers.

Structs§

WlShm
shared memory support

Enums§

Error
wl_shm error values
Event
Format
pixel formats
Request

Constants§

EVT_FORMAT_OPCODE
The wire opcode for this event
EVT_FORMAT_SINCE
The minimal object version supporting this event
REQ_CREATE_POOL_OPCODE
The wire opcode for this request
REQ_CREATE_POOL_SINCE
The minimal object version supporting this request
REQ_RELEASE_OPCODE
The wire opcode for this request
REQ_RELEASE_SINCE
The minimal object version supporting this request