JSchpp12 / Starlight

A toy renderer utilizing Vulkan
0 stars 0 forks source link

Render Buffer System #22

Closed JSchpp12 closed 11 months ago

JSchpp12 commented 11 months ago

Right now most buffers are manually created within the renderer itself. Should create a manager from which objects can request space in the buffer. Might also need to rework the current buffer system.