Mercurial > hg > Members > kono > Cerium
annotate Renderer/Engine/RenderingTasks.h @ 1039:b9cd0c88b69a
AllExecute speparation.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 07 Dec 2010 23:59:46 +0900 |
parents | 7a7acecd0f8f |
children |
rev | line source |
---|---|
649 | 1 INIT, |
2 SDL_INIT, | |
3 FINISH, | |
4 | |
915
ad10d6d39ca6
create_polygon_task ..not worked yet.
yutaka@localhost.localdomain
parents:
772
diff
changeset
|
5 DataAllocate, |
678
e201be3f6897
add Load light info for some spe
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
674
diff
changeset
|
6 DataUpdate, |
915
ad10d6d39ca6
create_polygon_task ..not worked yet.
yutaka@localhost.localdomain
parents:
772
diff
changeset
|
7 DataFree, |
678
e201be3f6897
add Load light info for some spe
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
674
diff
changeset
|
8 |
649 | 9 Create_SGP, |
10 Update_SGP, | |
11 CreatePolygon, | |
12 CreatePolygonFromSceneGraph, | |
13 CreateSpan, | |
14 | |
15 DrawSpan, | |
16 DrawBack, | |
17 | |
18 LoadTexture, | |
19 SetTexture, | |
20 | |
966 | 21 // Move, |
22 // RunMove, | |
760
24a37fe8419a
first of all commit, not work Rendering/Test/create_task
hiroki
parents:
756
diff
changeset
|
23 ExecMove, |
649 | 24 Draw, |
25 | |
674
bde5f13adf10
fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
672
diff
changeset
|
26 // Dummy, |
649 | 27 |
28 UpdateKey, | |
29 InitKey, | |
30 | |
31 Switch, | |
32 | |
966 | 33 // ChainMove, |
34 // ChainCal, | |
35 // ChainInit, | |
36 // PropertyTask, | |
37 // UniverseTask, | |
38 // ChainTask, | |
649 | 39 |
40 RUN_FINISH, | |
41 |