wlroots/include/wlr/render
zccrs 270914d379 render/vulkan: add some interfaces to allow compositors to integrate
Added wlr_vk_renderer_get_* functions to allow get the VkInstance,
VkPhysicalDevice, VkDevice, queue family of a wlr_vk_renderer.

Added wlr_vk_renderer_get_current_image_attribs function to allow get
the VkImage of current renderer buffer to use on compositors.

Added wlr_renderer_is_vk function, it's like the wlr_renderer_is_gles2,
returns true if the wlr_renderer is a wlr_vk_renderer.

Added wlr_vk_image_get_attribs function to get a VkImage and it's
extras information (e.g. a VkImageLayout and VkImageFormat of the
VkImage) from a wlr_texture.
2022-11-08 12:56:38 +01:00
..
allocator.h
dmabuf.h
drm_format_set.h
egl.h
gles2.h
interface.h render: drop wlr_renderer_read_pixels() flags 2022-10-04 09:15:19 +02:00
pixman.h
vulkan.h render/vulkan: add some interfaces to allow compositors to integrate 2022-11-08 12:56:38 +01:00
wlr_renderer.h render: drop wlr_renderer_read_pixels() flags 2022-10-04 09:15:19 +02:00
wlr_texture.h render: replace wlr_texture_write_pixels with update_from_buffer 2022-08-12 08:41:32 +00:00