aboutsummaryrefslogtreecommitdiff
path: root/include/render
diff options
context:
space:
mode:
Diffstat (limited to 'include/render')
-rw-r--r--include/render/gles2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/render/gles2.h b/include/render/gles2.h
index f54fc835..e4befc88 100644
--- a/include/render/gles2.h
+++ b/include/render/gles2.h
@@ -25,10 +25,10 @@ struct wlr_gles2_pixel_format {
struct wlr_gles2_tex_shader {
GLuint program;
GLint proj;
+ GLint tex_proj;
GLint tex;
GLint alpha;
GLint pos_attrib;
- GLint tex_attrib;
};
struct wlr_gles2_renderer {