Skip to content

Commit 1181321

Browse files
author
devsh
committed
make BLAS tracking actually work
1 parent 731f077 commit 1181321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/video/IGPUAccelerationStructure.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ class IGPUTopLevelAccelerationStructure : public asset::ITopLevelAccelerationStr
672672
// this gets called when execution is sure to happen 100%, e.g. not during command recording but during submission
673673
inline build_ver_t registerNextBuildVer()
674674
{
675-
return m_pendingBuildVer++;
675+
return ++m_pendingBuildVer;
676676
}
677677
//
678678
using blas_smart_ptr_t = core::smart_refctd_ptr<const IGPUBottomLevelAccelerationStructure>;

0 commit comments

Comments
 (0)