I like FixedSizeArray. WGSL, for example, distinguishes between fixed-size arrays (array<T,N>) and runtime-sized arrays (array<T>).
5 Likes
I like FixedSizeArray. WGSL, for example, distinguishes between fixed-size arrays (array<T,N>) and runtime-sized arrays (array<T>).