Skip to content

Commit 95ff398

Browse files
committed
Prepared version 3.2.0
Rebuild sample binary. Rebuilt documentation.
1 parent 7f71f66 commit 95ff398

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.2.0 (2026-??-??)
1+
# 3.2.0 (2026-06-05)
22

33
- Added `POOL_FLAG_DONT_USE_TIGHT_ALIGNMENT` (#91).
44
- Further improvements in the algorithm deciding when to use small alignment or tight alignment, including added support for `D3D12_FEATURE_DATA_D3D12_OPTIONS4::MSAA64KBAlignedTextureSupported`.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.25)
22

3-
project(D3D12MemoryAllocator VERSION 3.1.0)
3+
project(D3D12MemoryAllocator VERSION 3.2.0)
44

55
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
66

bin/D3D12Sample.exe

12 KB
Binary file not shown.

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<div class="headertitle"><div class="title">D3D12 Memory Allocator </div></div>
102102
</div><!--header-->
103103
<div class="contents">
104-
<div class="textblock"><p><b>Version 3.1.0</b> (2026-02-23)</p>
104+
<div class="textblock"><p><b>Version 3.2.0</b> (2026-06-05)</p>
105105
<p>Copyright (c) 2019-2026 Advanced Micro Devices, Inc. All rights reserved. <br />
106106
License: MIT</p>
107107
<p>Documentation of all members: <a class="el" href="_d3_d12_mem_alloc_8h.html">D3D12MemAlloc.h</a></p>

include/D3D12MemAlloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/** \mainpage D3D12 Memory Allocator
2626
27-
<b>Version 3.1.0</b> (2026-02-23)
27+
<b>Version 3.2.0</b> (2026-06-05)
2828
2929
Copyright (c) 2019-2026 Advanced Micro Devices, Inc. All rights reserved. \n
3030
License: MIT

0 commit comments

Comments
 (0)