raspberry pi port
[gpsp.git] / raspberrypi / gles_video.h
1
2 void video_init(uint32_t width,uint32_t height,uint32_t filter);
3 void video_close();
4 void video_draw(uint16_t *pixels);