mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-01 09:07:58 +02:00
gl-renderer: Clarify comment
Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
90dbf4522d
commit
907c9d1ffd
1 changed files with 1 additions and 3 deletions
|
|
@ -174,9 +174,7 @@ struct gl_buffer_state {
|
|||
bool needs_full_upload;
|
||||
pixman_region32_t texture_damage;
|
||||
|
||||
/* These are only used by SHM surfaces to detect when we need
|
||||
* to do a full upload to specify a new internal texture
|
||||
* format */
|
||||
/* Only needed between attach() and flush_damage() */
|
||||
GLenum gl_format[3];
|
||||
GLenum gl_pixel_type;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue