@ -72,18 +72,6 @@ struct wlr_dmabuf_buffer *dmabuf_buffer_create(
*/
*/
bool dmabuf_buffer_drop ( struct wlr_dmabuf_buffer * buffer ) ;
bool dmabuf_buffer_drop ( struct wlr_dmabuf_buffer * buffer ) ;
/**
* Buffer capabilities .
*
* These bits indicate the features supported by a wlr_buffer . There is one bit
* per function in wlr_buffer_impl .
*/
enum wlr_buffer_cap {
WLR_BUFFER_CAP_DATA_PTR = 1 < < 0 ,
WLR_BUFFER_CAP_DMABUF = 1 < < 1 ,
WLR_BUFFER_CAP_SHM = 1 < < 2 ,
} ;
/**
/**
* Get a pointer to a region of memory referring to the buffer ' s underlying
* Get a pointer to a region of memory referring to the buffer ' s underlying
* storage . The format and stride can be used to interpret the memory region
* storage . The format and stride can be used to interpret the memory region