- Timestamp:
- 09/03/10 00:25:58 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/Libs/MaterialSystem/RendererCgARB1/RendererImpl.cpp
r42 r149 48 48 49 49 #include "../Common/OpenGLEx.hpp" 50 #include "ConsoleCommands/Console.hpp" 50 51 #include "Templates/Array.hpp" 51 52 … … 455 456 456 457 if (Error!=GL_NO_ERROR) 457 printf("glGetError()==%i\n", Error);458 Console->Print(cf::va("glGetError()==%i\n", Error)); 458 459 #endif 459 460 } … … 464 465 void RendererImplT::EndFrame() 465 466 { 466 // printf("%4lu", ShaderChangeCounter);467 // Console->Print(cf::va("%4lu", ShaderChangeCounter)); 467 468 // static int LineWrap=0; 468 469 // LineWrap++; 469 // if (LineWrap==20) { printf("\n"); LineWrap=0; }470 // if (LineWrap==20) { Console->Print("\n"); LineWrap=0; } 470 471 } 471 472 … … 541 542 } 542 543 543 // printf("%lu textures pre-cached.\n", TexMapRepository.Size());544 // Console->Print(cf::va("%lu textures pre-cached.\n", TexMapRepository.Size())); 544 545 } 545 546
