We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3840d5e commit 31f9fd9Copy full SHA for 31f9fd9
src/nbl/video/CVulkanLogicalDevice.cpp
@@ -82,7 +82,7 @@ ISemaphore::WAIT_RESULT CVulkanLogicalDevice::waitForSemaphores(const std::span<
82
{
83
auto sema = IBackendObject::device_compatibility_cast<const CVulkanSemaphore*>(info.semaphore,this);
84
if (!sema)
85
- retval_t::_ERROR;
+ return retval_t::_ERROR;
86
*(outSemaphores++) = sema->getInternalObject();
87
*(outValues++) = info.value;
88
}
0 commit comments