annotate Renderer/Engine/spe/DataAllocate.h @ 1161:cc1a50cac83d draft

use MemorySegment API for pp load. do not check execution of the cell side. to be continued..
author Yutaka_Kinjyo
date Thu, 05 May 2011 00:15:43 +0900
parents aa9728394194
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
915
aa9728394194 create_polygon_task ..not worked yet.
yutaka@localhost.localdomain
parents: 678
diff changeset
1 #ifndef INCLUDED_TASK_ALLOCATE
aa9728394194 create_polygon_task ..not worked yet.
yutaka@localhost.localdomain
parents: 678
diff changeset
2 #define INCLUDED_TASK_ALLOCATE
678
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
3
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
4 #ifndef INCLUDED_SCHED_TASK
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
5 # include "SchedTask.h"
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
6 #endif
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
7
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
8
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
9 #endif