Function

PhoshWlBuffernew

Declaration [src]

PhoshWlBuffer*
phosh_wl_buffer_new (
  wl_shm_format format,
  uint32_t width,
  uint32_t height,
  uint32_t stride
)

Description

No description available.

This function is not directly available to language bindings.

Parameters

format

Type: wl_shm_format

No description available.

width

Type: uint32_t

No description available.

height

Type: uint32_t

No description available.

stride

Type: uint32_t

No description available.

Return value

Type: PhoshWlBuffer

No description available.

The data is owned by the called function.