Draft: core: Introduce GraphicsBufferView
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