Add ps5 changes

This commit is contained in:
Wojtek Figat
2021-11-21 19:02:24 +01:00
parent d260681773
commit e8b680c78b
8 changed files with 17 additions and 15 deletions

View File

@@ -37,7 +37,8 @@ private:
#if COMPILE_WITH_DEV_ENV
void OnShaderReloading(Asset* obj)
{
_psTAA->ReleaseGPU();
if (_psTAA)
_psTAA->ReleaseGPU();
invalidateResources();
}
#endif