EEVEE Next: Subsurface Scattering #107407

Merged
Miguel Pozo merged 24 commits from pragma37/blender:pull-eevee-next-sss into main 2023-06-15 15:49:12 +02:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit 7dcfd4cd62 - Show all commits

View File

@ -45,10 +45,7 @@ struct SubsurfaceModule {
data_.sample_len = -1; data_.sample_len = -1;
}; };
~SubsurfaceModule() ~SubsurfaceModule(){};
{
GPU_TEXTURE_FREE_SAFE(transmittance_tx);
};
void end_sync(); void end_sync();