wlroots/include/wlr/render
zccrs 5b34fe5513 render/vulkan: add wlr_vk_texture_has_alpha
Allow to get whether has alpha channel of the VkImage, it can help an
optimization to disable blending when the texture doesn't have alpha.
Because the VkFormat isn't enough because it's always set to
VK_FORMAT_B8G8R8A8_SRGB or VK_FORMAT_R8G8B8A8_SRGB.
2022-11-15 10:58:45 +08:00
..
allocator.h
dmabuf.h
drm_format_set.h
egl.h
gles2.h
interface.h render/texture: constify wlr_texture_update_from_buffer() 2022-11-11 23:11:17 +00:00
pixman.h
vulkan.h render/vulkan: add wlr_vk_texture_has_alpha 2022-11-15 10:58:45 +08:00
wlr_renderer.h
wlr_texture.h render/texture: constify wlr_texture_update_from_buffer() 2022-11-11 23:11:17 +00:00