I am writing a small program which uses 35 Bitmap images as texturs at appropriate place
but since one can't call methods related to texture once entered in glBegin() I have to load all of them at start and which obviously causes my program to run at slowest speed. Instead is it possible to use
one common image and apply its parts as textures? If it is Possible please tell me how?(or link me to solution)



