Commit Graph

3 Commits

Author SHA1 Message Date
elipzer
8061ffeef5 Removed requirements for PoseableBatch-es to have a specified
number of rendered elements.

This was pretty easy since the elements were getting re-allocated
in the graphics card every frame. TODO would be to make the
re-allocation not happen every frame but rather only happen when
a re-allocation is nescessary and rather just not fully re-populate
the buffer if not every element is used or have some other sort of
automated way of handling the VRAM.
2018-11-12 11:23:38 -05:00
elipzer
d25b5da9d2 Added a function for resizing element buffers.
This should be useful in the future for allowing for more efficient
resizing of element buffers rather than re-allocating them every
frame.
2018-11-12 11:13:12 -05:00
elipzer
1a76017474 Altered file system to better represent project names. 2018-11-12 00:27:56 -05:00