VulkanRenderer: Rewrite errors

This commit is contained in:
SirLynix
2023-08-31 17:57:43 +02:00
parent 51e0876bed
commit 2a41afa5af
3 changed files with 16 additions and 16 deletions

View File

@@ -258,7 +258,7 @@ namespace Nz::Vk
vkGetPhysicalDeviceQueueFamilyProperties(device, &queueFamiliesCount, nullptr);
if (queueFamiliesCount == 0)
{
NazaraError("Failed to query physical device count");
NazaraError("failed to query physical device count");
return false;
}