diff TaskManager/Test/test_render/spe/CreatePolygon.cc @ 467:44c0bce54dcf

fix all examples. test_render is not working now.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 01 Oct 2009 19:25:25 +0900
parents bc5b3d327083
children
line wrap: on
line diff
--- a/TaskManager/Test/test_render/spe/CreatePolygon.cc	Thu Oct 01 17:33:58 2009 +0900
+++ b/TaskManager/Test/test_render/spe/CreatePolygon.cc	Thu Oct 01 19:25:25 2009 +0900
@@ -37,10 +37,10 @@
     }
 }
 
-int 
-CreatePolygon::run(SchedTask *s,void *rbuf, void *wbuf)
+static int 
+run(SchedTask *smanager,void *rbuf, void *wbuf)
 {
-    __debug_spe("CreatePolygon\n");
+    smanager->__debug_spe("CreatePolygon\n");
 
     float xyz1[4],xyz2[4],xyz3[4];