gl-renderer: Clarify comment

Signed-off-by: Daniel Stone <daniels@collabora.com>
dev
Daniel Stone 3 years ago
parent 90dbf4522d
commit 907c9d1ffd
  1. 4
      libweston/renderer-gl/gl-renderer.c

@ -174,9 +174,7 @@ struct gl_buffer_state {
bool needs_full_upload; bool needs_full_upload;
pixman_region32_t texture_damage; pixman_region32_t texture_damage;
/* These are only used by SHM surfaces to detect when we need /* Only needed between attach() and flush_damage() */
* to do a full upload to specify a new internal texture
* format */
GLenum gl_format[3]; GLenum gl_format[3];
GLenum gl_pixel_type; GLenum gl_pixel_type;

Loading…
Cancel
Save