OpenGL texture not showing up on some computers, problem with auxDIBImageLoad?

Posted by CptanPanic on Stack Overflow See other posts from Stack Overflow or by CptanPanic
Published on 2010-04-29T13:23:25Z Indexed on 2010/04/29 13:27 UTC
Read the original article Hit count: 221

Filed under:
|

I have a simple openGL GUI that has uses a bmp as a texture. The problem is on some computers the texture doesn't show up. But on ones with newer OpenGL drivers it works. How can I make it more compatible. I think the problem may be with auxDIBImageLoad. When I inspect the result, I see the x,y correct, but the data pointer points to memory bank with all zeros.
What could be wrong?

© Stack Overflow or respective owner

Related posts about opengl

Related posts about win32