diff options
Diffstat (limited to 'include/render/fx_renderer')
| -rw-r--r-- | include/render/fx_renderer/shaders.h | 4 | 
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);  | 
