Update Vulkan-Headers to v1.3.265 (#1661)

This commit is contained in:
Andreas Süßenbach
2023-09-25 11:56:48 +02:00
committed by GitHub
parent 128261aa45
commit 205758299b
17 changed files with 913 additions and 83 deletions

View File

@@ -6601,7 +6601,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