Eevee: Volumetrics: Support Smoke simulation textures.

It should behave like cycles.

Even if not efficient at all, we still do the same create - draw - free process that was done in the old viewport to save vram (maybe not really the case now) and not care about simulation's GPU texture state sync.
This commit is contained in:
2017-10-27 22:35:48 +02:00
parent 4f7665c844
commit bc7c0335dc
9 changed files with 158 additions and 11 deletions

View File

@@ -277,6 +277,8 @@ static void EEVEE_draw_scene(void *vedata)
}
}
EEVEE_effects_free_smoke_texture();
stl->g_data->view_updated = false;
}