mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-09 14:10:07 +00:00
Update utils.cpp (#1625)
This commit is contained in:
parent
d8cd233010
commit
ce1aacec06
@ -365,12 +365,12 @@ namespace vk
|
||||
if ( pCallbackData->messageIdNumber == 648835635 )
|
||||
{
|
||||
// UNASSIGNED-khronos-Validation-debug-build-warning-message
|
||||
return VK_FALSE;
|
||||
return vk::False;
|
||||
}
|
||||
if ( pCallbackData->messageIdNumber == 767975156 )
|
||||
{
|
||||
// UNASSIGNED-BestPractices-vkCreateInstance-specialuse-extension
|
||||
return VK_FALSE;
|
||||
return vk::False;
|
||||
}
|
||||
#endif
|
||||
|
||||
@ -410,7 +410,7 @@ namespace vk
|
||||
}
|
||||
}
|
||||
}
|
||||
return VK_TRUE;
|
||||
return vk::False;
|
||||
}
|
||||
|
||||
uint32_t findGraphicsQueueFamilyIndex( std::vector<vk::QueueFamilyProperties> const & queueFamilyProperties )
|
||||
|
Loading…
Reference in New Issue
Block a user