Fix varius minor issues

- Asset will now generate a uuid if it is not inside the meta file
- Device cleanup/idling improved
- FileSystem now prints which file failed to open
- Renderer header file now has the same parameter names as the source file
This commit is contained in:
Thraix
2025-08-10 20:18:41 +02:00
parent 4d2dfce31c
commit aca495960f
7 changed files with 35 additions and 18 deletions
+2 -1
View File
@@ -55,8 +55,9 @@ namespace Copium
AssetManager::UnregisterAssetDir("assets/");
AssetManager::Cleanup();
imGuiInstance.reset();
swapChain.reset();
device->WaitIdle();
swapChain.reset();
device->CleanupIdleQueue();
device.reset();
window.reset();
instance.reset();