diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/render/fx_renderer/shaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/render/fx_renderer/shaders.h b/include/render/fx_renderer/shaders.h index 946f02c..6c19744 100644 --- a/include/render/fx_renderer/shaders.h +++ b/include/render/fx_renderer/shaders.h @@ -91,6 +91,7 @@ struct box_shadow_shader { GLint pos_attrib; GLint position; GLint size; + GLint offset; GLint blur_sigma; GLint corner_radius; }; |