mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-23 06:59:44 -05:00
Merge pull request #101 from nyorain/texture_fix
Fix surface buffer uploading
This commit is contained in:
commit
e5fd858394
2 changed files with 28 additions and 15 deletions
|
|
@ -38,6 +38,7 @@ struct wlr_surface {
|
|||
|
||||
float buffer_to_surface_matrix[16];
|
||||
float surface_to_buffer_matrix[16];
|
||||
bool reupload_buffer;
|
||||
|
||||
struct {
|
||||
struct wl_signal commit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue