We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf747a commit 447e36fCopy full SHA for 447e36f
src/VmaReplay/VmaUsage.h
@@ -3,8 +3,8 @@
3
#define NOMINMAX
4
#define WIN32_LEAN_AND_MEAN
5
#include <Windows.h>
6
-#define VK_USE_PLATFORM_WIN32_KHR
7
+#define VK_USE_PLATFORM_WIN32_KHR
8
#include <vulkan/vulkan.h>
9
10
//#define VMA_USE_STL_CONTAINERS 1
src/vk_mem_alloc.h
@@ -1359,6 +1359,10 @@ Features deliberately excluded from the scope of this library:
1359
1360
1361
1362
+#if VMA_RECORDING_ENABLED
1363
+ #include <Windows.h>
1364
+#endif
1365
+
1366
#if !defined(VMA_DEDICATED_ALLOCATION)
1367
#if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
1368
#define VMA_DEDICATED_ALLOCATION 1
0 commit comments