Changeset 11476 for OpenSceneGraph/trunk/src/osgViewer/PixelBufferCocoa.mm
- Timestamp:
- 05/28/10 17:56:43 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/PixelBufferCocoa.mm
r10887 r11476 98 98 bool PixelBufferCocoa::makeCurrentImplementation() 99 99 { 100 // osg::notify(osg::INFO)<< "PixelBufferCocoa::makeCurrentImplementation" << std::endl;100 // OSG_INFO << "PixelBufferCocoa::makeCurrentImplementation" << std::endl; 101 101 102 102 [_context makeCurrentContext]; … … 114 114 bool PixelBufferCocoa::releaseContextImplementation() 115 115 { 116 // osg::notify(osg::INFO)<< "PixelBufferCocoa::releaseContextImplementation" << std::endl;116 // OSG_INFO << "PixelBufferCocoa::releaseContextImplementation" << std::endl; 117 117 118 118 [NSOpenGLContext clearCurrentContext]; … … 129 129 void PixelBufferCocoa::swapBuffersImplementation() 130 130 { 131 osg::notify(osg::INFO)<< "PixelBufferCocoa::swapBuffersImplementation" << std::endl;131 OSG_INFO << "PixelBufferCocoa::swapBuffersImplementation" << std::endl; 132 132 [_context flushBuffer]; 133 133 }
