hadronized / quaazar

Realtime 3D engine
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Remove withArrayLen functions from Uniformable instances #63

Closed hadronized closed 9 years ago

hadronized commented 9 years ago

Context

I should introduce a few functions to implement withArrayLen and alt. functions. For instance, calling that function might introduce some heap allocations that are not cool for frameloop. However, we can write implementations of withArrayLen so that we don’t allocate on the heap each time.