[][src]Module wayland_client::protocol::wl_shm

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.

At connection setup time, the wl_shm object emits one or more format events to inform clients about the valid pixel formats that can be used for buffers.

Structs

WlShm

Enums

Error

wl_shm error values

Event
Format

pixel formats

Request

Constants

EVT_FORMAT_SINCE

The minimal object version supporting this event

REQ_CREATE_POOL_SINCE

The minimal object version supporting this request

Statics

wl_shm_events

C-representation of the messages of this interface, for interop

wl_shm_interface

C representation of this interface, for interop

wl_shm_requests

C-representation of the messages of this interface, for interop