Add options for clang-format 15. (#1480)

This commit is contained in:
Andreas Süßenbach
2023-01-16 17:38:34 +01:00
committed by GitHub
parent f82746d6ff
commit 68512e6702
6 changed files with 122 additions and 2 deletions

View File

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