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
template<typename TriIter, typename PrimCountIter> // requires (std::is_same_v<decltype(*declval<TriIter>()),decltype(BLASTriangles&)> && PrimCountIter is integral && OrdinalIter is also)
@@ -93,25 +131,6 @@ class NBL_API2 IGeometryCollection : public virtual core::IReferenceCounted
93
131
m_jointAABBView = std::move(jointAABBView);
94
132
returntrue;
95
133
}
96
-
97
-
// need to be protected because of the mess around `transform` requires us to provide diffferent signatures for ICPUGeometryCollection and IGPUGeometryCollection
98
-
using BLASTriangles = IBottomLevelAccelerationStructure::Triangles<std::remove_const_t<BufferType>>;
0 commit comments