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 9a3cc69 commit 02c0d94Copy full SHA for 02c0d94
src/nbl/video/utilities/CAssetConverter.cpp
@@ -5276,6 +5276,9 @@ ISemaphore::future_t<IQueue::RESULT> CAssetConverter::convert_impl(SReserveResul
5276
auto& resultOutput = std::get<SReserveResult::vector_t<CPUAccelerationStructure>>(reservations.m_gpuObjects);
5277
resultOutput[foundIx->second].value = compactedAS;
5278
}
5279
+ // overwrite staging cache
5280
+ auto pFound = findInStaging.template operator()<CPUAccelerationStructure>(srcAS);
5281
+ pFound->second.gpuRef = compactedAS;
5282
// insert into compaction map
5283
retval[srcAS] = std::move(compactedAS);
5284
0 commit comments