Mercurial > hg > Game > Cerium
comparison TaskManager/Test/test_render/spe/Load_Texture.cpp @ 314:1d170c909c09 draft
debugging
author | root@localhost.localdomain |
---|---|
date | Tue, 09 Jun 2009 01:22:11 +0900 |
parents | c4918a1fb6c9 |
children | a5ae1fbbafd6 |
comparison
equal
deleted
inserted
replaced
313:25dfa7499162 | 314:1d170c909c09 |
---|---|
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 |