Update Vulkan-Headers to v1.3.250 (#1574)

Co-authored-by: GitHub <noreply@github.com>
This commit is contained in:
github-actions[bot]
2023-05-08 11:07:25 +02:00
committed by GitHub
parent f618b6bd5d
commit d4d0ac4859
12 changed files with 220 additions and 9 deletions

View File

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