mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 16:58:34 +00:00
Testing CI (7)
This commit is contained in:
parent
bb7c91b4bb
commit
ce57bb35f1
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@
|
|||
# THE SOFTWARE.
|
||||
#
|
||||
|
||||
if (NOT WIN32)
|
||||
message(STATUS "VmaSample application is only supported on Windows")
|
||||
return()
|
||||
endif()
|
||||
|
||||
option(VMA_STATIC_VULKAN_FUNCTIONS "Link statically with Vulkan API" ON)
|
||||
option(VMA_DYNAMIC_VULKAN_FUNCTIONS "Fetch pointers to Vulkan functions internally (no static linking)" OFF)
|
||||
option(VMA_DEBUG_ALWAYS_DEDICATED_MEMORY "Every allocation will have its own memory block" OFF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue