How to store a mesh in GPU

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
archmager
Posts: 3
Joined: Tue Nov 09, 2010 7:54 am

How to store a mesh in GPU

Post by archmager »

I know this function have been added to irrlicht. How to use it?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Simply set the hardware mapping hint of the mesh to something else than EHM_NONE.
Post Reply