Skip to content

Draft: core: Introduce GraphicsBufferView

Vlad Zahorodnii requested to merge work/zzag/graphics-buffer-view into master

GraphicsBufferView provides a way to map the contents of a graphics buffer as an image.

Example usages may include: reading the contents of a shared memory client buffer or mapping a gbm buffer


Draft: ShmClientBuffer provides no ShmAttributes

Merge request reports