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 bb7c91b commit ce57bb3Copy full SHA for ce57bb3
src/CMakeLists.txt
@@ -20,11 +20,6 @@
20
# THE SOFTWARE.
21
#
22
23
-if (NOT WIN32)
24
- message(STATUS "VmaSample application is only supported on Windows")
25
- return()
26
-endif()
27
-
28
option(VMA_STATIC_VULKAN_FUNCTIONS "Link statically with Vulkan API" ON)
29
option(VMA_DYNAMIC_VULKAN_FUNCTIONS "Fetch pointers to Vulkan functions internally (no static linking)" OFF)
30
option(VMA_DEBUG_ALWAYS_DEDICATED_MEMORY "Every allocation will have its own memory block" OFF)
0 commit comments