size | Sets the texture memory size in bytes/4. |
/* Exit NINDOWS */ nwExitSystem(); /* Exit the debugging text */ njExitPrint(); /* Release all textures */ njReleaseTextureAll(); /* Change the texture memory size */ njChangeTextureMemorySize(0x120000); /* Initialize the debugging text */ njInitPrint(NULL,0,0); /* Initialize NINDOWS */ nwInitSystem(100); /* Load the textures again */ njLoadTexture(&texlist);