aboutsummaryrefslogtreecommitdiff
path: root/include/render/gles2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/render/gles2.h')
-rw-r--r--include/render/gles2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/render/gles2.h b/include/render/gles2.h
index 930cf07d..83dabb7e 100644
--- a/include/render/gles2.h
+++ b/include/render/gles2.h
@@ -25,7 +25,6 @@ struct wlr_gles2_pixel_format {
// optional field, if empty then internalformat = format
GLint gl_internalformat;
GLint gl_format, gl_type;
- bool has_alpha;
};
struct wlr_gles2_tex_shader {