Graphics memory limit
Posted: Fri Dec 11, 2015 6:24 pm
I'm not sure that there is a defined limit to graphics storage in sB, but I have definitely hit a point in some recent coding which indicates at least an unofficial limit. I found in creating a slideshow app that I have just enough room for an image on the display screen and 9 rows of ten sprites each that are created by scanning an image into rectangular pieces like a puzzle. If I try to subdivide the image into more, smaller pieces by defining 10 rows of sprites or adding another sprite to each row, the last few sprites are not created, leaving holes in the puzzle. Since the total number of pixels is not increased, I assume that I am very close to the graphics memory limit, and just by defining more sprites I run over the limit. I don't consider this a bug, but useful information.
I have an iPad Air with 128 GB, so your results may be different. I will post my code in the next week, and would appreciate it if I could get any feedback or suggestions regarding this limit.
I have an iPad Air with 128 GB, so your results may be different. I will post my code in the next week, and would appreciate it if I could get any feedback or suggestions regarding this limit.