Skip to content

Commit f74b7c5

Browse files
committed
Repo-wide VMA 3.0.1 -> 3.2.0 upgrade (#18557)
Summary: Pull Request resolved: #18557 Update to VMA 3.2.0 Reviewed By: corporateshark Differential Revision: D96746951
1 parent e638059 commit f74b7c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/vulkan/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def define_common_targets(is_fbcode = False):
186186
suffix = "_no_volk" if no_volk else ""
187187

188188
VK_API_DEPS = [
189-
"fbsource//third-party/VulkanMemoryAllocator/3.0.1:VulkanMemoryAllocator_xplat",
189+
"fbsource//third-party/VulkanMemoryAllocator/3.2.0:VulkanMemoryAllocator_xplat",
190190
]
191191

192192
default_deps = []

0 commit comments

Comments
 (0)