Skip to main content

Module call_buffer

Module call_buffer 

Source
Expand description

Assembly buffer for an overlay draw list: the calls built so far plus a pool of spent vertex/index buffers. A frame’s spent list is recycled back in whole, so steady-state assembly reuses both the list and every call’s geometry allocations.

Structs§

TextCallBuffer
An overlay draw list under assembly, with its recycled geometry pool.