Extend support of some special type of functions. (#1567)

This commit is contained in:
Andreas Süßenbach
2023-04-24 18:06:06 +02:00
committed by GitHub
parent f06c4aa1d3
commit 95c622a64f
7 changed files with 112 additions and 112 deletions

View File

@@ -6772,7 +6772,7 @@ namespace VULKAN_HPP_NAMESPACE
# elif defined( __APPLE__ )
m_library = dlopen( "libvulkan.dylib", RTLD_NOW | RTLD_LOCAL );
# elif defined( _WIN32 )
m_library = ::LoadLibraryA( "vulkan-1.dll" );
m_library = ::LoadLibraryA( "vulkan-1.dll" );
# else
# error unsupported platform
# endif