Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/Program.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/Program.cpp
r10762 r13041 30 30 else 31 31 out_THROW_EXCEPTION("Program::write(): Could not cast this osg::Program to an osg::Object."); 32 32 33 33 if ( out->getVersion() >= VERSION_0030 ) 34 34 { … … 48 48 } 49 49 50 // Write 50 // Write 51 51 out->writeUInt(getNumShaders()); 52 52 for(unsigned int si=0; si<getNumShaders(); ++si)
