Cleanup: EEVEE bloom shaders

- moved to eevee_shaders
- added to test suite

Reviewed By: Clément Foucault

Differential Revision: https://developer.blender.org/D8763
This commit is contained in:
2020-09-01 10:55:12 +02:00
parent c78c425266
commit 1449ae042e
5 changed files with 87 additions and 60 deletions

View File

@@ -571,7 +571,6 @@ static void eevee_render_to_image(void *vedata,
static void eevee_engine_free(void)
{
EEVEE_shaders_free();
EEVEE_bloom_free();
EEVEE_depth_of_field_free();
EEVEE_effects_free();
EEVEE_lightprobes_free();