mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-15 01:08:31 +00:00
Minor formatting fix in documentation
Regenerated documentation using new Doxygen.
This commit is contained in:
parent
89d9e75299
commit
3528e2aed3
174 changed files with 16650 additions and 16528 deletions
|
@ -2288,10 +2288,10 @@ typedef enum VmaAllocatorCreateFlagBits {
|
|||
1. (For Vulkan version < 1.2) Found as available and enabled device extension
|
||||
VK_KHR_buffer_device_address.
|
||||
This extension is promoted to core Vulkan 1.2.
|
||||
2. Found as available and enabled device feature `VkPhysicalDeviceBufferDeviceAddressFeatures*::bufferDeviceAddress`.
|
||||
2. Found as available and enabled device feature `VkPhysicalDeviceBufferDeviceAddressFeatures::bufferDeviceAddress`.
|
||||
|
||||
When this flag is set, you can create buffers with `VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT*` using VMA.
|
||||
The library automatically adds `VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT*` to
|
||||
When this flag is set, you can create buffers with `VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT` using VMA.
|
||||
The library automatically adds `VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT` to
|
||||
allocated memory blocks wherever it might be needed.
|
||||
|
||||
For more information, see documentation chapter \ref enabling_buffer_device_address.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue