Mercurial > hg > Members > kono > Cerium
annotate Renderer/Engine/RenderingTasks.h @ 748:b7376415fa5f
TaskManager changeset 683, Renderer changeset 746
author | hiroki |
---|---|
date | Mon, 25 Jan 2010 18:01:19 +0900 |
parents | bde5f13adf10 |
children | 5d23ffea34e3 |
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, | |
21 Draw, | |
22 | |
674
bde5f13adf10
fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
672
diff
changeset
|
23 // Dummy, |
649 | 24 |
25 UpdateKey, | |
26 InitKey, | |
27 | |
28 Switch, | |
29 | |
30 ChainMove, | |
31 ChainCal, | |
32 ChainInit, | |
33 | |
34 | |
35 RUN_FINISH, | |
36 |