Home | Forums | What's new | Resources | |
Strategies for Reducing VRAM Usage? |
slinga - Sep 16, 2019 |
< Prev | 1 | 2 |
antime | Oct 5, 2019 | |||
The frames will probably compress very well even using a simple scheme like RLE. Most of the pixels will also stay the same between frames, so you could use delta encoding as well. |
slinga | Oct 6, 2019 | |||||
I implemented a technique to stream the pipe images from RAM to VRAM one a time as needed. It seems to be efficient enough to do this on a per frame basis. Doing this combined with extending the heap with jo_add_memory_zone() seemed to do the trick.
I understood a few of those words lol. Maybe for the 30th anniversary contest. I really do appreciate all the great advice you and Antime have given me. Thanks again. |
< Prev | 1 | 2 |