Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/hash_texture.h @ 166:8831c058a1ff draft
fix
author | gongo@localhost.localdomain |
---|---|
date | Tue, 09 Dec 2008 11:53:51 +0900 |
parents | 56db76a03294 |
children | b3fb0013e6b2 |
line wrap: on
line source
const int N = 8192; struct hashtable{ int tx_id; char* key; }; class TextureHash { hashtable table[N]; public: hash(void); int hash_function(const char*); int hash_regist(const char*); };