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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user