render/gles2: Don't attach texture as buffer addon

Since wlr_gles2_buffer is now managing importing for us, there is
no reason for us to continue doing this.
This commit is contained in:
Alexander Orzechowski 2023-06-24 01:52:30 -04:00
parent 829e34b305
commit 9bf51e744e
2 changed files with 4 additions and 38 deletions

View file

@ -131,7 +131,6 @@ struct wlr_gles2_texture {
uint32_t drm_format; // used to interpret upload data
// If imported from a wlr_buffer
struct wlr_gles2_buffer *buffer;
struct wlr_addon buffer_addon;
};
struct wlr_gles2_render_pass {