mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-15 01:08:31 +00:00
Merge pull request #277 from Max-Rodriguez/grammar-patch
docs: Fixed typo under 'Selecting Vulkan version' doc section
This commit is contained in:
commit
f6d6e278a6
1 changed files with 1 additions and 1 deletions
|
@ -17596,7 +17596,7 @@ Otherwise, VMA would use only features of Vulkan 1.0 core with no extensions.
|
||||||
|
|
||||||
VMA supports Vulkan version down to 1.0, for backward compatibility.
|
VMA supports Vulkan version down to 1.0, for backward compatibility.
|
||||||
If you want to use higher version, you need to inform the library about it.
|
If you want to use higher version, you need to inform the library about it.
|
||||||
This is a two-step proces.
|
This is a two-step process.
|
||||||
|
|
||||||
<b>Step 1: Compile time.</b> By default, VMA compiles with code supporting the highest
|
<b>Step 1: Compile time.</b> By default, VMA compiles with code supporting the highest
|
||||||
Vulkan version found in the included `<vulkan/vulkan.h>` that is also supported by the library.
|
Vulkan version found in the included `<vulkan/vulkan.h>` that is also supported by the library.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue