Fixed assorted typos in comments and function names
This commit is contained in:
parent
fda21f96c9
commit
d5b03d26a5
3 changed files with 10 additions and 10 deletions
|
|
@ -822,7 +822,7 @@ void VulkanExampleBase::initVulkan(bool enableValidation)
|
|||
err = vkEnumeratePhysicalDevices(instance, &gpuCount, physicalDevices.data());
|
||||
if (err)
|
||||
{
|
||||
vkTools::exitFatal("Could not enumerate phyiscal devices : \n" + vkTools::errorString(err), "Fatal error");
|
||||
vkTools::exitFatal("Could not enumerate physical devices : \n" + vkTools::errorString(err), "Fatal error");
|
||||
}
|
||||
|
||||
// Note :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue