view Renderer/Engine/RenderingTasks.h @ 1379:13065ad17328 draft

collada moved but only my mac.
author e095732 <e095732@ie.u-ryukyu.ac.jp>
date Thu, 26 Jan 2012 21:56:32 +0900
parents 8917aff8629c
children 363b7c401c79
line wrap: on
line source

     INIT,
     SDL_INIT,
     FINISH,

     DataAllocate,
     DataUpdate,
     DataFree,

     Update_SGP,
     CreatePolygon,
     CreatePolygonFromSceneGraph,
     CreateSpan,

     DrawSpan,
     DrawBack,

     EXEC_ONLY_TASK,
     RUN_LOOP_TASK,
     CREATE_PP_TASK,
     CREATE_SP_TASK,
     DRAW_TASK,

     //LoadTexture,
     AllocateSegment,
     SetTexture,

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

     // Dummy,

     UpdateKey,
     InitKey,

     Switch,

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

     RUN_FINISH,