Commit Graph

7 Commits

Author SHA1 Message Date
elipzer
835fb62449 Got TextPipeline working.
I think that there needs to be a re-work or re-specification of
the text pipeline works to make the functions/methods more
intuitive rather than them being prefixed with "text".
2018-11-13 14:08:26 -05:00
Elipzer
cfbaa9ef5b Intermediate Commit for Editing on Desktop 2018-11-13 18:58:52 -05:00
elipzer
ad31feb57b Intermediate Commit for work on laptop if needed. 2018-11-13 11:46:01 -05:00
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
26755e97d1 Improved includes to improve ease of code building. 2018-11-12 00:38:29 -05:00
elipzer
1a76017474 Altered file system to better represent project names. 2018-11-12 00:27:56 -05:00