summaryrefslogtreecommitdiff
path: root/include/render/fx_renderer/shaders.h
diff options
context:
space:
mode:
authoramy <[email protected]>2024-10-27 19:14:24 -0500
committerGitHub <[email protected]>2024-10-27 19:14:24 -0500
commit5eaf99e89af029623297f08d684cd98449c81eb3 (patch)
tree6d139a90abffb3a706fdc40126c0701abfb8cd79 /include/render/fx_renderer/shaders.h
parent042ed3a4c2667d04613fe6800700e9b1943fdb70 (diff)
parentd998099612f0397234910ce753859ee127ec5b45 (diff)
Merge branch 'wlrfx:main' into mainHEADmain
Diffstat (limited to 'include/render/fx_renderer/shaders.h')
-rw-r--r--include/render/fx_renderer/shaders.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/render/fx_renderer/shaders.h b/include/render/fx_renderer/shaders.h
index ad18167..11baa3d 100644
--- a/include/render/fx_renderer/shaders.h
+++ b/include/render/fx_renderer/shaders.h
@@ -158,9 +158,11 @@ struct box_shadow_shader {
GLint pos_attrib;
GLint position;
GLint size;
- GLint offset;
GLint blur_sigma;
GLint corner_radius;
+ GLint window_position;
+ GLint window_half_size;
+ GLint window_corner_radius;
};
bool link_box_shadow_program(struct box_shadow_shader *shader);