mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 16:58:34 +00:00
Added small documentation
This commit is contained in:
parent
ca5ce7df23
commit
1d0e8ba3b3
1 changed files with 2 additions and 0 deletions
|
@ -234,6 +234,8 @@ extern "C" {
|
|||
#define VMA_CALL_POST
|
||||
#endif
|
||||
|
||||
// Define this macro to decorate pNext pointers with an attribute specifying the Vulkan
|
||||
// structure that will be extended via the pNext chain.
|
||||
#ifndef VMA_EXTENDS_VK_STRUCT
|
||||
#define VMA_EXTENDS_VK_STRUCT(vkStruct)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue