Introduce usage of clang-format to format vulkan.hpp and the other sources.
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
|
||||
VULKAN_HPP_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE
|
||||
|
||||
#if defined(__x86_64__) || defined(_M_X64)
|
||||
#if defined( __x86_64__ ) || defined( _M_X64 )
|
||||
// On 32-bit systems the test is ambiguous.
|
||||
void test()
|
||||
{
|
||||
VkSurfaceKHR surface = 0;
|
||||
auto uniqueSurface = vk::UniqueSurfaceKHR(surface, vk::Instance());
|
||||
VkSurfaceKHR surface = 0;
|
||||
auto uniqueSurface = vk::UniqueSurfaceKHR( surface, vk::Instance() );
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user