more work on IBM Cell SDK 3.1 build

This commit is contained in:
erwin.coumans
2008-11-02 10:34:24 +00:00
parent c34a4a0f71
commit 8f181b5604
5 changed files with 46 additions and 58 deletions

View File

@@ -152,10 +152,17 @@ public:
//tell the task scheduler we are done with the SPU tasks
virtual void stopSPU();
virtual void setNumTasks(int numTasks)
{
//changing the number of tasks after initialization is not implemented (yet)
}
private:
///start the spus (can be called at the beginning of each frame, to make sure that the right SPU program is loaded)
void internal_startSPU();
int numThreads;