Constructing a texture from a memory buffer

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
ahluka
Posts: 3
Joined: Wed Apr 12, 2006 3:38 pm
Location: South Wales, UK

Constructing a texture from a memory buffer

Post by ahluka »

I've written a resource cache, which as you'd expect, can work with any type of data. To this end, when retrieving resource data a void* is returned.

I could've sworn I saw something in the API that creates a texture from a buffer, but either can't find or I was thinking of something else :oops:
ahluka
Posts: 3
Joined: Wed Apr 12, 2006 3:38 pm
Location: South Wales, UK

Post by ahluka »

Well I found it, but it doesn't do what I need it to do and I'm not ripping apart and redesigning the last 2 weeks work.
Trial and error is worth a thousand explanations.
Post Reply