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 4a1e10c commit 02ed179Copy full SHA for 02ed179
CMakeLists.txt
@@ -57,7 +57,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC
57
spdlog::spdlog_header_only
58
tinyobjloader::tinyobjloader
59
KTX::ktx
60
- VulkanMemoryAllocator::VulkanMemoryAllocator
+ GPUOpen::VulkanMemoryAllocator
61
62
optimized ${VULKAN_LIB}/slang.lib
63
vcpkg.json
@@ -8,7 +8,7 @@
8
"glm",
9
"tinyobjloader",
10
"spdlog",
11
- "vma",
+ "vulkan-memory-allocator",
12
{
13
"name": "imgui",
14
"features": ["glfw-binding", "vulkan-binding", "docking-experimental"]
0 commit comments