Mercurial > hg > Members > kono > Cerium
diff TaskManager/Test/test_render/spe/ChainInit.cc @ 528:541013f7015c
Application ander constructing
author | game@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Tue, 20 Oct 2009 23:25:22 +0900 |
parents | 699ee087234e |
children |
line wrap: on
line diff
--- a/TaskManager/Test/test_render/spe/ChainInit.cc Mon Oct 12 11:27:13 2009 +0900 +++ b/TaskManager/Test/test_render/spe/ChainInit.cc Tue Oct 20 23:25:22 2009 +0900 @@ -27,6 +27,6 @@ // property は spe 上で allocate している(global) CHAIN_VARS *property = (CHAIN_VARS*)s->global_alloc(DATA_ID, sizeof(CHAIN_VARS)*chain_len); memcpy(property, idata, sizeof(CHAIN_VARS)*chain_len); - + return 0; }