Merge pull request #1061 from Lephar/master

Fix a typo on README.md
This commit is contained in:
Andreas Süßenbach
2021-09-06 14:29:22 +02:00
committed by GitHub

View File

@@ -286,7 +286,7 @@ switch (result.result)
case vk::Result::eTimeout:
case vk::Result::eNotReady:
case vk::Result::eSuboptimalKHR:
// do something meaningfull
// do something meaningful
break;
default:
// should not happen, as other return codes are considered to be an error and throw an exception