add freeAllSharedParameterSets

Minor issues with the Ogre API that can be trivial to fix
Caphalor
Greenskin
Posts: 116
Joined: Tue Feb 06, 2007 8:54 pm
Location: Berlin, Germany
x 25

add freeAllSharedParameterSets

Post by Caphalor »

Code: Select all

	void GpuProgramManager::freeAllSharedParameterSets()
	{
		mSharedParametersMap.clear();
	}
I need it for reloading all materials/programs.
Image
Generated with vBaum - voxel based procedural geometry generator with python interface.