mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2025-01-11 01:10:08 +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