- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/serializers/osg/Shader.cpp
r12292 r13041 33 33 lines.push_back( line ); 34 34 } 35 35 36 36 os.writeSize(lines.size()); os << osgDB::BEGIN_BRACKET << std::endl; 37 37 for ( std::vector<std::string>::const_iterator itr=lines.begin(); … … 58 58 ADD_ENUM_VALUE( UNDEFINED ); 59 59 END_ENUM_SERIALIZER(); // _type 60 60 61 61 ADD_USER_SERIALIZER( ShaderSource ); // _shaderSource 62 62 ADD_OBJECT_SERIALIZER( ShaderBinary, osg::ShaderBinary, NULL ); // _shaderBinary
