Skip to content

Commit 1cfbf23

Browse files
author
devsh
committed
after merge submodule pointer correction
1 parent 3a6d2e7 commit 1cfbf23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/nbl/video/utilities/CAssetConverter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3587,6 +3587,7 @@ ISemaphore::future_t<IQueue::RESULT> CAssetConverter::convert_impl(SReserveResul
35873587
// first submit transfer
35883588
if (submitsNeeded.hasFlags(IQueue::FAMILY_FLAGS::TRANSFER_BIT))
35893589
{
3590+
// if there's still a compute submit to perform, then we will signal the extra semaphores from there
35903591
constexpr auto emptySignalSpan = std::span<const IQueue::SSubmitInfo::SSemaphoreInfo>{};
35913592
if (params.transfer->submit(xferCmdBuf,computeSubmitIsNeeded ? params.extraSignalSemaphores:emptySignalSpan)!=IQueue::RESULT::SUCCESS)
35923593
return retval;

0 commit comments

Comments
 (0)