Prechádzať zdrojové kódy

Check in some tiny changes before merge

Marko Pintera 11 rokov pred
rodič
commit
496273ce54
2 zmenil súbory, kde vykonal 6 pridanie a 2 odobranie
  1. 1 1
      CamelotCore/Include/CmCPUProfiler.h
  2. 5 1
      Polish.txt

+ 1 - 1
CamelotCore/Include/CmCPUProfiler.h

@@ -9,7 +9,7 @@ namespace BansheeEngine
 	/**
 	/**
 	 * @brief	Provides various performance measuring methods.
 	 * @brief	Provides various performance measuring methods.
 	 * 			
 	 * 			
-	 * @note	This class is thread safe. Matching begin*\end* calls
+	 * @note	Thread safe. Matching begin*\end* calls
 	 * 			must belong to the same thread though.
 	 * 			must belong to the same thread though.
 	 */
 	 */
 	class CM_EXPORT CPUProfiler
 	class CM_EXPORT CPUProfiler

+ 5 - 1
Polish.txt

@@ -30,4 +30,8 @@ DISREGARD MONITOR INDEX ON DX9
 
 
  Refactor:
  Refactor:
  - Make CmApplication a base of BsApplication
  - Make CmApplication a base of BsApplication
- - If I merge CmApp and BsApp consider refactoring CmApplication::mainLoopCallback
+ - If I merge CmApp and BsApp consider refactoring CmApplication::mainLoopCallback
+
+ Finish refactoring PixelUtil.cpp (especially the resamplers)
+Consider renaming Profiler to CPUProfiler and CPUProfiler to something else. Since now I have GPUProfiler it's confusing to have one named just Profiler.
+Profiler can only be called from sim/core thread which is also a bit weird.