wlroots-hyprland/render/vulkan
Simon Ser fe06e5f49a Use wl_container_of() instead of casts
This slightly improves type safety.

The culprits were found with:

    git grep -E '\([a-z0-9_ ]+ \*\)\W?[a-z]'
2023-07-11 20:16:17 +02:00
..
shaders render/vulkan: document TEXTURE_TRANSFORM_* in shader 2023-05-26 12:29:30 +00:00
meson.build render/vulkan: implement render pass API 2023-05-30 09:42:19 +00:00
pass.c render: Introduce wlr_render_texture_options.blend_mode 2023-06-19 13:16:34 -04:00
pixel_format.c render/vulkan: rename tex_usage to shm_tex_usage 2023-06-12 12:02:22 +00:00
renderer.c Use wl_container_of() instead of casts 2023-07-11 20:16:17 +02:00
texture.c Use wl_container_of() instead of casts 2023-07-11 20:16:17 +02:00
util.c render/vulkan: drop unused vulkan_has_extension() 2023-05-26 12:25:53 +00:00
vulkan.c render/vulkan: drop unnecessary comments 2023-05-22 18:53:15 +02:00