@JoshJers@mastodon.gamedev.place
Post #2800381
2026-05-06 20:36 UTC
It really sucks that doing an in-place array element interleave or de-interleave (without scratch space) is such an annoying problem
It's effectively a 2 x (N/2) matrix transpose, which gets real ugly real fast: https://en.wikipedia.org/wiki/In-place_matrix_transposition
Replies (0)
No replies.