view include/Cerium/RenderingTasks.h @ 0:04e28d8d3c6f

first commit
author Daiki KINJYO <e085722@ie.u-ryukyu.ac.jp>
date Mon, 08 Nov 2010 01:23:25 +0900
parents
children
line wrap: on
line source

     INIT,
     SDL_INIT,
     FINISH,

     DataAllocate,
     DataUpdate,
     DataFree,

     Create_SGP,
     Update_SGP,
     CreatePolygon,
     CreatePolygonFromSceneGraph,
     CreateSpan,

     DrawSpan,
     DrawBack,

     LoadTexture,
     SetTexture,

//     Move,
//     RunMove,
     ExecMove,
     Draw,

     // Dummy,

     UpdateKey,
     InitKey,

     Switch,

//     ChainMove,
//     ChainCal,
//     ChainInit,
//     PropertyTask,
//     UniverseTask,
//     ChainTask,

     RUN_FINISH,