Skip to content

Commit

Permalink
feat(vma) update to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Jun 11, 2024
1 parent bad0df6 commit 9dce3a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/notes/3.3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ This build includes the following changes:
* Updated `stb_image_resize` to 2.07 (up from 0.97)
- tinyexr: Updated to 1.0.8 (up from 1.0.7)
- tinyfiledialogs: Updated to 3.18.1 (up from 3.13.3)
- vma: Updated to 3.1.0 (up from 3.0.1)
- Vulkan: Updated to 1.3.286 (up from 1.3.264)
* Includes MoltenVK 1.2.9 (up from 1.2.5)
- Yoga: Updated to 3.0.4 (up from 2.0.0)
Expand Down
4 changes: 3 additions & 1 deletion modules/lwjgl/vma/src/main/c/vk_mem_alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/** \mainpage Vulkan Memory Allocator

<b>Version 3.1.0-development</b>
<b>Version 3.1.0</b>

Copyright (c) 2017-2024 Advanced Micro Devices, Inc. All rights reserved. \n
License: MIT \n
Expand Down Expand Up @@ -127,7 +127,9 @@ See documentation chapter: \ref statistics.
extern "C" {
#endif

#if !defined(VULKAN_H_)
#include <vulkan/vulkan.h>
#endif

#if !defined(VMA_VULKAN_VERSION)
#if defined(VK_VERSION_1_3)
Expand Down

0 comments on commit 9dce3a5

Please sign in to comment.