Files
filament/libs/utils/include/utils
Mathias Agopian 292fd7d41f don't allocate more than 16KiB in the command stream
if we have more than 16K of UBO data, we now use a "out of band" buffer
on the heap instead of the command stream, which has limited space.

to minimize the heap allocation we use a simple pool allocator that
recycles a few heap buffers (per Scene).
2022-05-25 12:07:59 -07:00
..
2022-03-01 10:03:31 -08:00
2022-02-25 13:19:31 -08:00
2022-05-11 10:22:04 -07:00
2022-04-18 10:46:31 -07:00
2021-10-07 20:58:34 -07:00
2021-11-12 09:52:58 -08:00
2022-04-13 08:53:33 -07:00
2022-03-01 10:03:31 -08:00
2022-03-01 10:03:31 -08:00
2021-02-17 10:11:22 -08:00