Cleanup: Redundant template parameterization

Pull Request: https://projects.blender.org/blender/blender/pulls/145052
This commit is contained in:
илья _
2025-09-04 21:32:24 +02:00
committed by Hans Goudey
parent 6564f33eb3
commit 7915ce5b1c

View File

@@ -155,7 +155,7 @@ inline void gather(const VArray<T> &src,
/**
* Fill the destination span by gathering indexed values from the `src` array.
*/
template<typename T, typename IndexT>
template<typename T>
inline void gather(const Span<T> src,
const IndexMask &indices,
MutableSpan<T> dst,