Mercurial > hg > Game > Cerium
diff TaskManager/Test/simple_render/spe/CreatePolygonPack.cpp @ 88:504899860e66
*** empty log message ***
author | gongo |
---|---|
date | Wed, 27 Feb 2008 17:16:29 +0900 |
parents | 265fb700dd4c |
children | 62679f4cae18 |
line wrap: on
line diff
--- a/TaskManager/Test/simple_render/spe/CreatePolygonPack.cpp Wed Feb 27 11:14:20 2008 +0900 +++ b/TaskManager/Test/simple_render/spe/CreatePolygonPack.cpp Wed Feb 27 17:16:29 2008 +0900 @@ -5,6 +5,15 @@ #include "scene_graph_pack.h" #include "sys.h" + +void +CreatePolygonPack::read(void) +{ + printf("CreatePolgonPack\n"); + + SchedTask::read(); +} + //create_pp(SceneGraphPack *sgp, PolygonPack *pp) //create_pp(void *read, void *write) //CreatePolygonPack::run(SceneGraphPack *sgp, PolygonPack *pp)