Mercurial > hg > Members > kono > Cerium
annotate Renderer/Engine/RenderingTasks.h @ 800:2708c4a7bade
run16 word count ( not yet worked. )
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 21 May 2010 07:47:25 +0900 |
parents | e53ae444ac6f |
children | ad10d6d39ca6 |
rev | line source |
---|---|
649 | 1 INIT, |
2 SDL_INIT, | |
3 FINISH, | |
4 | |
748 | 5 DataLoad, |
6 DataUpdate, | |
7 | |
649 | 8 Create_SGP, |
9 Update_SGP, | |
10 CreatePolygon, | |
11 CreatePolygonFromSceneGraph, | |
12 CreateSpan, | |
13 | |
14 DrawSpan, | |
15 DrawBack, | |
16 | |
17 LoadTexture, | |
18 SetTexture, | |
19 | |
20 Move, | |
752
5d23ffea34e3
rendering, move_coll parallel running
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
748
diff
changeset
|
21 RunMove, |
760
24a37fe8419a
first of all commit, not work Rendering/Test/create_task
hiroki
parents:
756
diff
changeset
|
22 ExecMove, |
649 | 23 Draw, |
24 | |
674
bde5f13adf10
fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
672
diff
changeset
|
25 // Dummy, |
649 | 26 |
27 UpdateKey, | |
28 InitKey, | |
29 | |
30 Switch, | |
31 | |
32 ChainMove, | |
33 ChainCal, | |
34 ChainInit, | |
756
2575791a333a
add Test/create_task {spe, task}/Property
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
752
diff
changeset
|
35 PropertyTask, |
769
2a00c1f470b7
add add spe/chain_move Test/property_chain, not workd
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
760
diff
changeset
|
36 UniverseTask, |
772
e53ae444ac6f
Test/property_chain is work
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
769
diff
changeset
|
37 ChainTask, |
649 | 38 |
39 RUN_FINISH, | |
40 |