comparison Renderer/Engine/spe/Property.cc @ 756:a871b0d9c9ae draft

Test/create_task , create SPE task from application.
author hiroki
date Fri, 29 Jan 2010 14:34:30 +0900
parents 8aaa29d3e874
children 2aa6e7150588
comparison
equal deleted inserted replaced
755:8aaa29d3e874 756:a871b0d9c9ae
8 /* これは必須 */ 8 /* これは必須 */
9 SchedDefineTask(PropertyTask); 9 SchedDefineTask(PropertyTask);
10 10
11 typedef struct { 11 typedef struct {
12 float x, y, z; 12 float x, y, z;
13 int pad;
13 } Property, *PropertyPtr; 14 } Property, *PropertyPtr;
14 15
15 static int 16 static int
16 run(SchedTask *s,void *rbuf, void *wbuf) 17 run(SchedTask *s,void *rbuf, void *wbuf)
17 { 18 {