Tagged Questions
2
votes
2answers
584 views
How do I load pictures in Zune XNA without running out of memory?
Im writing a XNA program that display pictures from a specific picture album on the Zune. The problem is when if I load the textures from all the pictures in the album, the program runs out of memory. ...