Files
runelite/runelite-client/src/main/java/net
Adam f2498d445f gpu: optimize ensureCapacity()
Prevent unnecessary allocations by updating the ensureCapacity() methods to not
create intermediate buffers, just create a single new buffer with the final
size.

Co-authored-by: Jonathon Reesor <jonathon.reesor@gmail.com>
2020-09-20 17:26:48 -04:00
..