Adding delayed destruction for resources

This commit is contained in:
2023-11-12 16:11:27 +01:00
parent c1e4891456
commit b3c9af384b
10 changed files with 92 additions and 23 deletions
+1
View File
@@ -3,6 +3,7 @@
#include "slang.h"
#include "slang-com-ptr.h"
#include "stdlib.h"
#include <format>
using namespace Seele;
using namespace Seele::Vulkan;