Skip to content

Commit e9bfb53

Browse files
Publish version 2.3.0 final
Updated version number. Regenerated Release binaries and Doxygen documentation.
1 parent 851d5e5 commit e9bfb53

File tree

7 files changed

+5779
-5773
lines changed

7 files changed

+5779
-5773
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.3.0-alpha.1 (2019-11-25)
1+
# 2.3.0 (2019-12-04)
22

33
Major release after a year of development in "master" branch and feature branches. Notable new features: supporting Vulkan 1.1, supporting query for memory budget.
44

bin/VmaReplay_Release_vs2019.exe

0 Bytes
Binary file not shown.

bin/VulkanSample_Release_vs2019.exe

0 Bytes
Binary file not shown.

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<div class="title">Vulkan Memory Allocator </div> </div>
6666
</div><!--header-->
6767
<div class="contents">
68-
<div class="textblock"><p><b>Version 2.3.0-alpha.1</b> (2019-11-25)</p>
68+
<div class="textblock"><p><b>Version 2.3.0</b> (2019-12-04)</p>
6969
<p>Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. <br />
7070
License: MIT</p>
7171
<p>Documentation of all members: <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a></p>

docs/html/vk__mem__alloc_8h_source.html

Lines changed: 5774 additions & 5768 deletions
Large diffs are not rendered by default.

src/VulkanSample.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ static const char* const SHADER_PATH1 = "./";
3232
static const char* const SHADER_PATH2 = "../bin/";
3333
static const wchar_t* const WINDOW_CLASS_NAME = L"VULKAN_MEMORY_ALLOCATOR_SAMPLE";
3434
static const char* const VALIDATION_LAYER_NAME = "VK_LAYER_LUNARG_standard_validation";
35-
static const char* const APP_TITLE_A = "Vulkan Memory Allocator Sample 2.3.0-alpha.1";
36-
static const wchar_t* const APP_TITLE_W = L"Vulkan Memory Allocator Sample 2.3.0-alpha.1";
35+
static const char* const APP_TITLE_A = "Vulkan Memory Allocator Sample 2.3.0";
36+
static const wchar_t* const APP_TITLE_W = L"Vulkan Memory Allocator Sample 2.3.0";
3737

3838
static const bool VSYNC = true;
3939
static const uint32_t COMMAND_BUFFER_COUNT = 2;

src/vk_mem_alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929

3030
/** \mainpage Vulkan Memory Allocator
3131

32-
<b>Version 2.3.0-alpha.1</b> (2019-11-25)
32+
<b>Version 2.3.0</b> (2019-12-04)
3333

3434
Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. \n
3535
License: MIT

0 commit comments

Comments
 (0)