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 53e9239 commit 7ec3930Copy full SHA for 7ec3930
src/vk_mem_alloc.h
@@ -123,6 +123,13 @@ To do it properly:
123
124
It may be a good idea to create dedicated CPP file just for this purpose.
125
126
+Please note that this library includes header `<vulkan/vulkan.h>`, which in turn
127
+includes `<windows.h>` on Windows. If you need some specific macros defined
128
+before including these headers (like `NOMINMAX`, `WIN32_LEAN_AND_MEAN`, or
129
+`WINVER` for Windows, `VK_USE_PLATFORM_WIN32_KHR` for Vulkan), you must define
130
+them before every `#include` of this library.
131
+
132
133
\section quick_start_initialization Initialization
134
135
At program startup:
0 commit comments