Minor update in documentation.

This commit is contained in:
Adam Sawicki 2018-02-22 18:23:29 +01:00
parent d566e37e22
commit c793ba342f
6 changed files with 211 additions and 111 deletions

View file

@ -31,7 +31,7 @@ extern "C" {
<b>Version 2.0.0-alpha.7</b> (2018-02-09)
Copyright (c) 2017 Advanced Micro Devices, Inc. All rights reserved. \n
Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved. \n
License: MIT
Documentation of all members: vk_mem_alloc.h
@ -49,6 +49,7 @@ Table of contents:
- \subpage configuration
- \subpage vk_khr_dedicated_allocation
- \subpage thread_safety
- \subpage about_the_library
See also:
@ -718,6 +719,18 @@ To learn more about this extension, see:
threads at the same time if you pass the same `VmaAllocation` object to these
functions.
\page about_the_library About the library
\section about_the_library_features_not_supported Features not supported
Features deliberately excluded from the scope of this library:
- Data transfer - issuing commands that transfer data between buffers or images, any usage of
`VkCommandList` or `VkCommandQueue` and related synchronization is responsibility of the user.
- Support for any programming languages other than C/C++.
Bindings to other languages are welcomed as external projects.
*/
#include <vulkan/vulkan.h>