🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Binding a texture from a resource bitmap..

Started by
1 comment, last by monkeyman 24 years ago
I have been going absolutely NUTS..I can load a .BMP file and bind it as an OpenGL texture with no problem, but I can''t seem to convert a resource bitmap into something OpenGL will recognize.. I''m using VC++ 6.0, no MFC, can add any bitmap as a resource, can''t seem to find any info within our solar system about binding the resource to an OpenGL texture..it''s starting to look like this is classified information..if anybody has any idea how to do this or is working on the same problem PLEASE let me know.. Thanks in advance -MM "Like all good things, it starts with a monkey.."
"Like all good things, it starts with a monkey.."
Advertisement
At the moment I''m uploading a new tutorial to my homepage. It''s not ready yet, but here it is. It''s about using TGA images as OpenGL textures, but you can rewrite some part of it...

Using Custom Resources

Hope it helps (a little)...

cool thanks for the info..nice site, plan to dig in soon..
"Like all good things, it starts with a monkey.."

This topic is closed to new replies.

Advertisement