mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Updated documents - added links to GitHub repository and GPUOpen product page.
This commit is contained in:
parent
f79b75763c
commit
c7b3e7c85d
@ -2,11 +2,13 @@
|
|||||||
|
|
||||||
Easy to integrate Vulkan memory allocation library.
|
Easy to integrate Vulkan memory allocation library.
|
||||||
|
|
||||||
**Documentation:** See [Vulkan Memory Allocator](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) (generated from Doxygen-style comments in [src/vk_mem_alloc.h](src/vk_mem_alloc.h)).
|
**Documentation:** See [Vulkan Memory Allocator](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) (generated from Doxygen-style comments in [src/vk_mem_alloc.h](src/vk_mem_alloc.h))
|
||||||
|
|
||||||
**License:** MIT. See [LICENSE.txt](LICENSE.txt).
|
**License:** MIT. See [LICENSE.txt](LICENSE.txt)
|
||||||
|
|
||||||
**Changelog:** See [CHANGELOG.md](CHANGELOG.md).
|
**Changelog:** See [CHANGELOG.md](CHANGELOG.md)
|
||||||
|
|
||||||
|
**Product page:** [Vulkan Memory Allocator on GPUOpen](https://gpuopen.com/gaming-product/vulkan-memory-allocator/)
|
||||||
|
|
||||||
**Build status:**
|
**Build status:**
|
||||||
|
|
||||||
|
@ -80,8 +80,10 @@ $(function() {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="textblock"><p><b>Version 2.0.0-alpha.3</b> (2017-09-12)</p>
|
<div class="textblock"><p><b>Version 2.0.0-alpha.3</b> (2017-09-12)</p>
|
||||||
<p>Members grouped: see <a href="modules.html"><b>Modules</b></a>.</p>
|
<p>Source repository: <a href="https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator">VulkanMemoryAllocator project on GitHub</a> <br />
|
||||||
<p>All members: see <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a>.</p>
|
Product page: <a href="https://gpuopen.com/gaming-product/vulkan-memory-allocator/">Vulkan Memory Allocator on GPUOpen</a></p>
|
||||||
|
<p>Documentation of members grouped: <a href="modules.html"><b>Modules</b></a> <br />
|
||||||
|
Documentation of all members: <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a></p>
|
||||||
<h1><a class="anchor" id="user_guide"></a>
|
<h1><a class="anchor" id="user_guide"></a>
|
||||||
User guide</h1>
|
User guide</h1>
|
||||||
<h2><a class="anchor" id="quick_start"></a>
|
<h2><a class="anchor" id="quick_start"></a>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -33,9 +33,11 @@ extern "C" {
|
|||||||
|
|
||||||
<b>Version 2.0.0-alpha.3</b> (2017-09-12)
|
<b>Version 2.0.0-alpha.3</b> (2017-09-12)
|
||||||
|
|
||||||
Members grouped: see <a href="modules.html"><b>Modules</b></a>.
|
Source repository: [VulkanMemoryAllocator project on GitHub](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator) \n
|
||||||
|
Product page: [Vulkan Memory Allocator on GPUOpen](https://gpuopen.com/gaming-product/vulkan-memory-allocator/)
|
||||||
|
|
||||||
All members: see vk_mem_alloc.h.
|
Documentation of members grouped: <a href="modules.html"><b>Modules</b></a> \n
|
||||||
|
Documentation of all members: vk_mem_alloc.h
|
||||||
|
|
||||||
\section user_guide User guide
|
\section user_guide User guide
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user