Changeset 11360 for OpenSceneGraph/trunk/examples/osgfpdepth/osgfpdepth.cpp
- Timestamp:
- 04/22/10 12:13:05 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgfpdepth/osgfpdepth.cpp
r11355 r11360 822 822 } 823 823 } 824 if (validConfigs.empty()) 825 { 826 cout << "no valid frame buffer configurations!\n"; 827 return 0; 828 } 824 829 cout << "valid frame buffer configurations:\n"; 825 830 for (vector<FboConfig>::iterator itr = validConfigs.begin(),
