Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/test_render/spe/Load_Texture.cpp @ 321:f64d75473f95
merge 317
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 10 Jun 2009 15:23:25 +0900 |
parents | 7efc5ede2c03 |
children | 4be5ae77e02c |
comparison
equal
deleted
inserted
replaced
320:776c125af0b2 | 321:f64d75473f95 |
---|---|
1 #define DEBUG | |
2 #include "error.h" | |
3 | |
1 #include <stdlib.h> | 4 #include <stdlib.h> |
2 #include <string.h> | 5 #include <string.h> |
3 #include "Load_Texture.h" | 6 #include "Load_Texture.h" |
4 #include "texture.h" | 7 #include "texture.h" |
5 #include "TileHash.h" | 8 #include "TileHash.h" |
12 * Hash の準備だけなので、名前変えないとなー | 15 * Hash の準備だけなので、名前変えないとなー |
13 */ | 16 */ |
14 int | 17 int |
15 LoadTexture::run(void *rbuf , void *wbuf) | 18 LoadTexture::run(void *rbuf , void *wbuf) |
16 { | 19 { |
20 __debug_spe("LoadTexture\n"); | |
17 /** | 21 /** |
18 * 現在 global_alloc() では new をサポートしてないので | 22 * 現在 global_alloc() では new をサポートしてないので |
19 * コンストラクタ呼ぶために placement new してます。 | 23 * コンストラクタ呼ぶために placement new してます。 |
20 */ | 24 */ |
21 void *hash_tmp | 25 void *hash_tmp |