Skip to content

Commit

Permalink
Update VMA Allocator to v3.0.1
Browse files Browse the repository at this point in the history
Disabled warnings 4189, 4324 for vk_test.cpp

4189: 'identifier' : local variable is initialized but not referenced

4324: 'struct_name' : structure was padded due to __declspec(align())

because of warnings in vk_mem_alloc.h
  • Loading branch information
Zorro666 committed Dec 22, 2023
1 parent 65e77c5 commit 6895194
Show file tree
Hide file tree
Showing 4 changed files with 16,514 additions and 10,418 deletions.
2 changes: 1 addition & 1 deletion util/test/demos/3rdparty/VulkanMemoryAllocator/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VulkanMemoryAllocator from https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator at v2.1.0
VulkanMemoryAllocator from https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator at v3.0.1
Loading

0 comments on commit 6895194

Please sign in to comment.