mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
71fb55f3bf
Some opaque pixel formats (nv12, p010) require per-plane bytes_per_block info. However, it doesn't make sense to store them in wlr_pixel_format_info, as they will never be useful (currently, this info is used for shm, which doesn't have a concept of multi-planar buffers.) Let's define a separate array and function for determining whether a pixel format has alpha. |
||
---|---|---|
.. | ||
allocator | ||
dmabuf.h | ||
drm_format_set.h | ||
egl.h | ||
gles2.h | ||
pixel_format.h | ||
pixman.h | ||
vulkan.h | ||
wlr_renderer.h |