Publish version 2.3.0 final

Updated version number. Regenerated Release binaries and Doxygen documentation.
This commit is contained in:
Adam Sawicki 2019-12-04 14:26:59 +01:00
parent 851d5e5419
commit e9bfb539d8
7 changed files with 5779 additions and 5773 deletions

View File

@ -1,4 +1,4 @@
# 2.3.0-alpha.1 (2019-11-25) # 2.3.0 (2019-12-04)
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. 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.

Binary file not shown.

Binary file not shown.

View File

@ -65,7 +65,7 @@ $(function() {
<div class="title">Vulkan Memory Allocator </div> </div> <div class="title">Vulkan Memory Allocator </div> </div>
</div><!--header--> </div><!--header-->
<div class="contents"> <div class="contents">
<div class="textblock"><p><b>Version 2.3.0-alpha.1</b> (2019-11-25)</p> <div class="textblock"><p><b>Version 2.3.0</b> (2019-12-04)</p>
<p>Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. <br /> <p>Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. <br />
License: MIT</p> License: MIT</p>
<p>Documentation of all members: <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a></p> <p>Documentation of all members: <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a></p>

File diff suppressed because it is too large Load Diff

View File

@ -32,8 +32,8 @@ static const char* const SHADER_PATH1 = "./";
static const char* const SHADER_PATH2 = "../bin/"; static const char* const SHADER_PATH2 = "../bin/";
static const wchar_t* const WINDOW_CLASS_NAME = L"VULKAN_MEMORY_ALLOCATOR_SAMPLE"; static const wchar_t* const WINDOW_CLASS_NAME = L"VULKAN_MEMORY_ALLOCATOR_SAMPLE";
static const char* const VALIDATION_LAYER_NAME = "VK_LAYER_LUNARG_standard_validation"; static const char* const VALIDATION_LAYER_NAME = "VK_LAYER_LUNARG_standard_validation";
static const char* const APP_TITLE_A = "Vulkan Memory Allocator Sample 2.3.0-alpha.1"; static const char* const APP_TITLE_A = "Vulkan Memory Allocator Sample 2.3.0";
static const wchar_t* const APP_TITLE_W = L"Vulkan Memory Allocator Sample 2.3.0-alpha.1"; static const wchar_t* const APP_TITLE_W = L"Vulkan Memory Allocator Sample 2.3.0";
static const bool VSYNC = true; static const bool VSYNC = true;
static const uint32_t COMMAND_BUFFER_COUNT = 2; static const uint32_t COMMAND_BUFFER_COUNT = 2;

View File

@ -29,7 +29,7 @@ extern "C" {
/** \mainpage Vulkan Memory Allocator /** \mainpage Vulkan Memory Allocator
<b>Version 2.3.0-alpha.1</b> (2019-11-25) <b>Version 2.3.0</b> (2019-12-04)
Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. \n Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. \n
License: MIT License: MIT