mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-12 04:28:18 -05:00
render/vulkan: add texture color transformation matrix
This commit is contained in:
parent
56d95c2ecb
commit
3a51a5c623
3 changed files with 10 additions and 7 deletions
|
|
@ -340,6 +340,7 @@ struct wlr_vk_vert_pcr_data {
|
|||
};
|
||||
|
||||
struct wlr_vk_frag_texture_pcr_data {
|
||||
float matrix[4][4]; // only a 3x3 subset is used
|
||||
float alpha;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue