File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 < div class ="headertitle "> < div class ="title "> D3D12 Memory Allocator </ div > </ div >
6666</ div > <!--header-->
6767< div class ="contents ">
68- < div class ="textblock "> < p > < b > Version 2.0.0 </ b > (2022-03-25 )</ p >
68+ < div class ="textblock "> < p > < b > Version 2.0.1-development </ b > (2022-03-29 )</ p >
6969< p > Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All rights reserved. < br />
7070License: MIT</ p >
7171< p > Documentation of all members: < a class ="el " href ="_d3_d12_mem_alloc_8h.html "> D3D12MemAlloc.h</ a > </ p >
Original file line number Diff line number Diff line change 2424
2525/* * \mainpage D3D12 Memory Allocator
2626
27- <b>Version 2.0.0 </b> (2022-03-25 )
27+ <b>Version 2.0.1-development </b> (2022-03-29 )
2828
2929Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All rights reserved. \n
3030License: MIT
Original file line number Diff line number Diff line change @@ -1033,6 +1033,11 @@ static void TestCustomPools(const TestContext& ctx)
10331033 D3D12_RESOURCE_STATE_GENERIC_READ,
10341034 NULL , // pOptimizedClearValue
10351035 IID_PPV_ARGS (&res)) );
1036+
1037+ // JSON dump
1038+ wchar_t * json = nullptr ;
1039+ ctx.allocator ->BuildStatsString (&json, TRUE );
1040+ ctx.allocator ->FreeStatsString (json);
10361041}
10371042
10381043static void TestPoolsAndAllocationParameters (const TestContext& ctx)
You can’t perform that action at this time.
0 commit comments