Mercurial > hg > Game > Cerium
view example/cube/RenderingEngine.h @ 354:cfd20d609ace draft
add example/get_segment and change spe/DrawSpan.cpp
author | koba |
---|---|
date | Wed, 15 Jul 2009 17:39:51 +0900 |
parents | df32980116bd |
children |
line wrap: on
line source
class RenderingEngine { public: RenderingEngine(); void init(int width, int height, int bpp); };