summaryrefslogtreecommitdiff
path: root/include/sway/desktop/fx_renderer.h
diff options
context:
space:
mode:
authorWill McKinnon <[email protected]>2022-10-26 02:48:49 -0400
committerWill McKinnon <[email protected]>2022-10-26 02:48:49 -0400
commiteddbde479c9c93b8707d01dffb2e6a41fc451f29 (patch)
treea9b33cce73e4e5fc568f5b50cab6a22dcf5b8437 /include/sway/desktop/fx_renderer.h
parented130cdacce66ed2ae4f9e44bb4ae894beefceca (diff)
style: cleaned up some frag shaders
Diffstat (limited to 'include/sway/desktop/fx_renderer.h')
-rw-r--r--include/sway/desktop/fx_renderer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sway/desktop/fx_renderer.h b/include/sway/desktop/fx_renderer.h
index 39c1a25b..889d8a82 100644
--- a/include/sway/desktop/fx_renderer.h
+++ b/include/sway/desktop/fx_renderer.h
@@ -13,8 +13,7 @@ struct gles2_tex_shader {
GLint alpha;
GLint pos_attrib;
GLint tex_attrib;
- GLint width;
- GLint height;
+ GLint size;
GLint position;
GLint radius;
};