mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
commit
3e43c9c101
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user