view src/projectm/video_init.h @ 2363:5eb15f6cf71e

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author Eugene Zagidullin <e.asphyx@gmail.com>
date Tue, 05 Feb 2008 09:14:14 +0300
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);