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!
I use this shader for a time to render a object, later I don't need it so I would like to free memory for this shader. How do I clean the material with "id_material" from the scene?
nice question. have googled and not found anything. Have you really so many shaders in your game that this can become an issue?
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
I guess it wasn't added to the API in the past because we do not grab the material renderers from the materials that use them. So it's kind of hard to make sure that your material is not used anymore. So right now it's probably only possible by dropping the device.