Restore Global Surface Atlas and DDGI on Apple platforms

#3797
This commit is contained in:
Wojtek Figat
2025-11-20 10:44:47 +01:00
parent a1cb7dcbe7
commit fb07071e24

View File

@@ -551,9 +551,6 @@ bool GlobalSurfaceAtlasPass::Init()
// Check platform support
const auto device = GPUDevice::Instance;
_supported = device->GetFeatureLevel() >= FeatureLevel::SM5 && device->Limits.HasCompute && device->Limits.HasTypedUAVLoad;
#if PLATFORM_APPLE_FAMILY
_supported = false; // Vulkan over Metal has some issues in complex scenes with DDGI
#endif
return false;
}