Set debug drawer for demo

Fixed issue with toggle of activation in the DemoApplication
added hint/todo for Win32ThreadSupport
This commit is contained in:
ejcoumans
2007-10-23 01:16:31 +00:00
parent ec76f2e0a3
commit 550c500ca7
3 changed files with 8 additions and 1 deletions

View File

@@ -22,6 +22,9 @@ subject to the following restrictions:
#include <Windows.h>
///The number of threads should be equal to the number of available cores
///Todo: each worker should be linked to a single core, using SetThreadIdealProcessor.
///Win32ThreadSupport helps to initialize/shutdown libspe2, start/stop SPU tasks and communication
///Setup and initialize SPU/CELL/Libspe2
Win32ThreadSupport::Win32ThreadSupport(Win32ThreadConstructionInfo& threadConstructionInfo)