diff options
Diffstat (limited to 'include/wlr/render/gles2.h')
-rw-r--r-- | include/wlr/render/gles2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/render/gles2.h b/include/wlr/render/gles2.h index dabe49dd..e6844ce9 100644 --- a/include/wlr/render/gles2.h +++ b/include/wlr/render/gles2.h @@ -30,7 +30,6 @@ struct wlr_gles2_texture_attribs { GLenum target; /* either GL_TEXTURE_2D or GL_TEXTURE_EXTERNAL_OES */ GLuint tex; - bool inverted_y; bool has_alpha; }; |