mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +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 )
|
if ( pCallbackData->messageIdNumber == 648835635 )
|
||||||
{
|
{
|
||||||
// UNASSIGNED-khronos-Validation-debug-build-warning-message
|
// UNASSIGNED-khronos-Validation-debug-build-warning-message
|
||||||
return VK_FALSE;
|
return vk::False;
|
||||||
}
|
}
|
||||||
if ( pCallbackData->messageIdNumber == 767975156 )
|
if ( pCallbackData->messageIdNumber == 767975156 )
|
||||||
{
|
{
|
||||||
// UNASSIGNED-BestPractices-vkCreateInstance-specialuse-extension
|
// UNASSIGNED-BestPractices-vkCreateInstance-specialuse-extension
|
||||||
return VK_FALSE;
|
return vk::False;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -410,7 +410,7 @@ namespace vk
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return VK_TRUE;
|
return vk::False;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t findGraphicsQueueFamilyIndex( std::vector<vk::QueueFamilyProperties> const & queueFamilyProperties )
|
uint32_t findGraphicsQueueFamilyIndex( std::vector<vk::QueueFamilyProperties> const & queueFamilyProperties )
|
||||||
|
Loading…
Reference in New Issue
Block a user