render/vulkan: add color transformation matrix

This commit is contained in:
Simon Ser 2025-01-27 18:04:53 +01:00
parent a30c102163
commit 2ea0e386c4
3 changed files with 12 additions and 3 deletions

View file

@ -335,6 +335,7 @@ struct wlr_vk_vert_pcr_data {
};
struct wlr_vk_frag_output_pcr_data {
float matrix[4][4]; // only a 3x3 subset is used
float lut_3d_offset;
float lut_3d_scale;
};