Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/simple_render/trash/mygl.cpp @ 85:9b96b190cb73
*** empty log message ***
author | gongo |
---|---|
date | Wed, 27 Feb 2008 04:25:04 +0900 |
parents | b6858e9fe2b4 |
children |
line wrap: on
line source
#include <iostream> #include <SDL.h> using namespace std; void write_pixel(int x, int y) { int i; for (i=0; i<height; i++) { pixels[i*width] = 0xff; } }