Updated documents - added links to GitHub repository and GPUOpen product page.

This commit is contained in:
Adam Sawicki 2017-09-27 13:40:58 +02:00
parent f79b75763c
commit c7b3e7c85d
4 changed files with 119 additions and 113 deletions

View File

@ -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:**

View File

@ -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

View File

@ -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