wlroots-hyprland/render/gles2
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 renderer/gles2: Compute texture coordinates based off of vertex positions 2023-05-28 14:53:34 -04:00
meson.build renderer/gles2: Implement render pass interface 2023-05-28 14:53:34 -04:00
pass.c render: Introduce wlr_render_texture_options.blend_mode 2023-06-19 13:16:34 -04:00
pixel_format.c render/gles: add support for some 16-bpc unsigned shm formats 2022-05-07 16:25:38 +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