diff --git a/Doxyfile b/Doxyfile index 7aac8fa..09a452a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2377,7 +2377,8 @@ PREDEFINED = VMA_CALL_PRE= \ VMA_NULLABLE_NON_DISPATCHABLE= \ VMA_VULKAN_VERSION=1003000 \ VMA_EXTERNAL_MEMORY=1 \ - VMA_MEMORY_PRIORITY=1 + VMA_MEMORY_PRIORITY=1 \ + VMA_EXTENDS_VK_STRUCT= # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The