Check out Amazon.com!

BlitzCoder Code Archives PageMain Codes Page
"VRAM Saver", by turtle1776
Got too many images for your game, and not enough video memory (VRAM)? This program includes two functions that (1) load an image into RAM, rather than VRAM; and (2) load the image from RAM to VRAM when needed during runtime, which is usually 2-3 times faster than loading from your hard drive.
Code
Copyright(c) 2000-2004, BlitzCoder. All Rights Reserved.

Code software created by Krylar's Kreations