Fix a typo on README.md
This commit is contained in:
parent
2840a8cd3f
commit
de85e5396b
@ -286,7 +286,7 @@ switch (result.result)
|
|||||||
case vk::Result::eTimeout:
|
case vk::Result::eTimeout:
|
||||||
case vk::Result::eNotReady:
|
case vk::Result::eNotReady:
|
||||||
case vk::Result::eSuboptimalKHR:
|
case vk::Result::eSuboptimalKHR:
|
||||||
// do something meaningfull
|
// do something meaningful
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// should not happen, as other return codes are considered to be an error and throw an exception
|
// should not happen, as other return codes are considered to be an error and throw an exception
|
||||||
|
Loading…
x
Reference in New Issue
Block a user