Merge pull request #100 from res2k/docs

Typo fix
This commit is contained in:
Adam Sawicki 2020-03-09 15:11:21 +01:00 committed by GitHub
commit 36af654b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2159,7 +2159,7 @@ typedef struct VmaAllocatorCreateInfo
It must be a value in the format as created by macro `VK_MAKE_VERSION` or a constant like: `VK_API_VERSION_1_1`, `VK_API_VERSION_1_0`. It must be a value in the format as created by macro `VK_MAKE_VERSION` or a constant like: `VK_API_VERSION_1_1`, `VK_API_VERSION_1_0`.
The patch version number specified is ignored. Only the major and minor versions are considered. The patch version number specified is ignored. Only the major and minor versions are considered.
It must be less or euqal (preferably equal) to value as passed to `vkCreateInstance` as `VkApplicationInfo::apiVersion`. It must be less or equal (preferably equal) to value as passed to `vkCreateInstance` as `VkApplicationInfo::apiVersion`.
Only versions 1.0 and 1.1 are supported by the current implementation. Only versions 1.0 and 1.1 are supported by the current implementation.
Leaving it initialized to zero is equivalent to `VK_API_VERSION_1_0`. Leaving it initialized to zero is equivalent to `VK_API_VERSION_1_0`.
*/ */