mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
Merge branch 'gles2-simplify-matrix' into 'master'
util/matrix: Simplify the interface See merge request wlroots/wlroots!4975
This commit is contained in:
commit
0bdcb22f66
6 changed files with 70 additions and 123 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue