mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-15 01:08:31 +00:00
Further changes in importing pointers to Vulkan functions
Reverted change removing configuration macro VMA_STATIC_VULKAN_FUNCTIONS. Added configuration macro VMA_DYNAMIC_VULKAN_FUNCTIONS. Fixes for Android. Closes #111, also refers to #56.
This commit is contained in:
parent
a39951c716
commit
f575c5070b
16 changed files with 15542 additions and 15360 deletions
|
@ -119,7 +119,7 @@ Public Attributes</h2></td></tr>
|
|||
</div><div class="memdoc">
|
||||
|
||||
<p>Handle to Vulkan instance object. </p>
|
||||
<p>This is the same value as has been passed through <a class="el" href="struct_vma_allocator_create_info.html#a70dd42e29b1df1d1b9b61532ae0b370b" title="Optional handle to Vulkan instance object.">VmaAllocatorCreateInfo::instance</a>. </p>
|
||||
<p>This is the same value as has been passed through <a class="el" href="struct_vma_allocator_create_info.html#a70dd42e29b1df1d1b9b61532ae0b370b" title="Handle to Vulkan instance object.">VmaAllocatorCreateInfo::instance</a>. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue