aboutsummaryrefslogtreecommitdiff
path: root/ports/vulkan-memory-allocator
diff options
context:
space:
mode:
authorChristoph Neuhauser <c.a.neuhauser@gmail.com>2021-07-22 23:25:45 +0200
committerGitHub <noreply@github.com>2021-07-22 14:25:45 -0700
commit64f20adbd65eb6ede1ab4b31426c7c4b519d1728 (patch)
tree8fa84ec5a6dd29736edf90919534944d66da96d1 /ports/vulkan-memory-allocator
parent7fac0dc1440b79ac9afffaa2af45578518d5750e (diff)
downloadvcpkg-64f20adbd65eb6ede1ab4b31426c7c4b519d1728.tar.gz
vcpkg-64f20adbd65eb6ede1ab4b31426c7c4b519d1728.zip
[vulkan-headers, vulkan-hpp ,vulkan-memory-allocator] Update to the latestion version (#18976)
* Updated vulkan-headers, vulkan-hpp and vulkan-memory-allocator to new versions. * Updated the port ashes to fix compilation errors with the new Vulkan headers. Added vk_video/ to the list of copied header files in the port vulkan-headers. * Apply suggestions from code review regarding version strings Update version strings in ports/ashes/vcpkg.json and ports/vulkan-headers/vcpkg.json. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Updated versioning information of modified ports. * Update version strings after changes in vcpkg.json files. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Diffstat (limited to 'ports/vulkan-memory-allocator')
-rw-r--r--ports/vulkan-memory-allocator/CONTROL2
-rw-r--r--ports/vulkan-memory-allocator/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/vulkan-memory-allocator/CONTROL b/ports/vulkan-memory-allocator/CONTROL
index 85976c09e..97e2d9892 100644
--- a/ports/vulkan-memory-allocator/CONTROL
+++ b/ports/vulkan-memory-allocator/CONTROL
@@ -1,3 +1,3 @@
Source: vulkan-memory-allocator
-Version: 2.3.0
+Version: 2021-07-07
Description: Easy to integrate Vulkan memory allocation library from GPUOpen
diff --git a/ports/vulkan-memory-allocator/portfile.cmake b/ports/vulkan-memory-allocator/portfile.cmake
index 47b009592..c0b27259a 100644
--- a/ports/vulkan-memory-allocator/portfile.cmake
+++ b/ports/vulkan-memory-allocator/portfile.cmake
@@ -1,12 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
- REF v2.3.0+vs2017
- SHA512 57113c52dcccc4df79ebf36f091f1232f68ee45c48934a5b91c2d87b5599d8c176ca7a47e285ddf146ec0b3c83db5808c2e6c3f6e1b453e20a8525f73211bf8d
+ REF 55868965ae1fa956c07695d4642e1add8c9450f7
+ SHA512 433d8a961a1fa4c80894f014fdfbbcafeb94932a3eea2eced9c7109dcbf7350a60efb9fb1d8f3c621f2d72c118f47f82f8e9e6f4db75038fbad3a727b5896479
HEAD_REF master
)
-file(COPY "${SOURCE_PATH}/src/vk_mem_alloc.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
+file(COPY "${SOURCE_PATH}/include/vk_mem_alloc.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(COPY ${CMAKE_CURRENT_LIST_DIR}/unofficial-vulkan-memory-allocator-config.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/unofficial-vulkan-memory-allocator)