texture[0]==NULL ???

Started by
0 comments, last by NewBreed 17 years, 6 months ago
Hi all, I've created my own base code. However when I try to create a texture I got nothing other than a white box. Upon further checking I've found that texture[0] is NULL. I'm using NeHe's functions: AUX_RGBImageRec *LoadBMP(char *Filename) and int LoadGLTextures() But it's just not working, I've checked the obvious (file exists etc...). Anybody any ideas? Thanks, NB
Advertisement
Ok, I've got this sorted. If this occurs to you chances are that you are trying to call glGenTextures before you've initialised OpenGL.

Hope it helps somebody. :)
NB.

This topic is closed to new replies.

Advertisement