Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b22ecc6

Browse files
null77Commit Bot
authored andcommitted
Roll third_party/vulkan_memory_allocator/ dac952eb0..431d6e572 (4 commits)
https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/+log/dac952eb0a27..431d6e57284a $ git log dac952eb0..431d6e572 --date=short --no-merges --format='%ad %ae %s' 2020-06-04 adam.sawicki Fix VmaAllocator_T::ImportVulkanFunctions_Dynamic for cases when Vulkan 1.1 is used 2020-05-25 adam.sawicki Remove invalid outdated assert in vmaBeginDefragmentationPass 2020-05-08 Adam.Sawicki Clarified documentation in few places to mention textures need to use LINEAR layout when accessed from the host 2020-05-03 hartmut.behrens fix(docs): instance not optional in quick start Created with: roll-dep third_party/vulkan_memory_allocator Bug: angleproject:4685 Change-Id: Icdc6123529971d8b7392da8d332efcc8a4873ea4 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2230902 Reviewed-by: Jamie Madill <[email protected]> Commit-Queue: Jamie Madill <[email protected]>
1 parent 0df9201 commit b22ecc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ deps = {
9090
},
9191

9292
'third_party/vulkan_memory_allocator': {
93-
'url': '{chromium_git}/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@dac952eb0a27736571bf10ac42fbfcc59192f310',
93+
'url': '{chromium_git}/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@431d6e57284aeb08118ff428dfbd51c94342faa1',
9494
'condition': 'not build_with_chromium',
9595
},
9696

0 commit comments

Comments
 (0)