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 731f077 commit 1181321Copy full SHA for 1181321
include/nbl/video/IGPUAccelerationStructure.h
@@ -672,7 +672,7 @@ class IGPUTopLevelAccelerationStructure : public asset::ITopLevelAccelerationStr
672
// this gets called when execution is sure to happen 100%, e.g. not during command recording but during submission
673
inline build_ver_t registerNextBuildVer()
674
{
675
- return m_pendingBuildVer++;
+ return ++m_pendingBuildVer;
676
}
677
//
678
using blas_smart_ptr_t = core::smart_refctd_ptr<const IGPUBottomLevelAccelerationStructure>;
0 commit comments