Changeset 847
- Timestamp:
- 07/24/07 12:03:41 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/fcptr_stable_jun07/Source/System/Window/FrameBufferObjects/OSGFrameBufferObject.cpp
r846 r847 383 383 glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &iMaxColorAttachments); 384 384 385 fprintf(stderr, "Max attach %d\n", iMaxColorAttachments);385 SLOG << "Max attach " << iMaxColorAttachments << "\n"; 386 386 387 387 UInt32 index = GL_COLOR_ATTACHMENT0_EXT; … … 415 415 GL_RENDERBUFFER_EXT, 416 416 0); 417 fprintf(stderr, "%x\n", index);417 //fprintf(stderr, "%x\n", index); 418 418 419 419 glErr("FrameBufferObject::coloroff"); … … 453 453 } 454 454 455 fprintf(stderr, "FBO handleGL %p, %p, %d\n", 456 this, 457 win, 458 osgid); 455 SLOG << "FBO handleGL " << this << " " << win << " " << osgid << "\n"; 459 456 } 460 457 branches/fcptr_stable_jun07/Source/System/Window/FrameBufferObjects/OSGTextureBuffer.cpp
r564 r847 95 95 Window *pWindow = pEnv->getWindow(); 96 96 97 fprintf(stderr, "TextureBuffer Activate %p\n", this);97 SLOG << "TextureBuffer Activate " << this << "\n"; 98 98 99 99 if(_sfTexture.getValue() != NullFC)
