You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (buildAccelerationStructures_impl(infos,buildRangeInfos))
275
+
{
276
+
m_noCommands = false;
277
+
returntrue;
278
+
}
271
279
returnfalse;
272
280
}
273
281
// We don't allow different indirect command addresses due to https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkCmdBuildAccelerationStructuresIndirectKHR-pIndirectDeviceAddresses-03646
@@ -300,10 +308,14 @@ class NBL_API2 IGPUCommandBuffer : public IBackendObject
300
308
301
309
if (constauto totalGeometryCount=buildAccelerationStructures_common(infos,maxPrimitiveOrInstanceCounts,indirectRangeBuffer); totalGeometryCount)
0 commit comments