wl_shm_create_pool

create a shm pool

Create a new wl_shm_pool object.

The pool can be used to create shared memory based buffer objects. The server will mmap size bytes of the passed file descriptor, to use as backing memory for the pool.

extern (D)
wl_shm_create_pool
(,
int fd
,
int size
)

Meta