You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When VK_NO_PROTOTYPES is defined to disable the declaration of global Vulkan functions (e.g. when using Vulkan-Hpp's DispatchLoaderDynamic), vulkan_profiles.hpp no longer compiles, due to ImportVulkanFunctions_Static unconditionally using these global Vulkan functions.
When
VK_NO_PROTOTYPES
is defined to disable the declaration of global Vulkan functions (e.g. when using Vulkan-Hpp'sDispatchLoaderDynamic
), vulkan_profiles.hpp no longer compiles, due toImportVulkanFunctions_Static
unconditionally using these global Vulkan functions.This problem is similar to #657.
I believe the "static functions" part of the API should be conditionally disabled when
VK_NO_PROTOTYPES
is defined.The text was updated successfully, but these errors were encountered: