util/matrix: Rework matrix_projection to compute transform on-demand

This commit is contained in:
Alexander Orzechowski 2025-01-27 14:30:13 -05:00
parent 99b6084fcd
commit 7775f55e3a
5 changed files with 19 additions and 22 deletions

View file

@ -384,7 +384,6 @@ struct wlr_vk_render_pass {
struct wlr_vk_command_buffer *command_buffer;
struct rect_union updated_region;
VkPipeline bound_pipeline;
float projection[9];
bool failed;
bool srgb_pathway; // if false, rendering via intermediate blending buffer
struct wlr_color_transform *color_transform;