Mercurial > audlegacy-plugins
view src/projectm/video_init.h @ 2837:bdc4fbf878ec
make use of new InterfaceOps
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Mon, 14 Jul 2008 18:07:03 +0200 |
parents | bc3bae2880ec |
children |
line wrap: on
line source
void setup_opengl( int w, int h ); void init_display( int w, int h, int fullscreen ); void CreateRenderTarget(int texsize,int *RenderTargetTextureID, int *RenderTarget);