view src/projectm/video_init.h @ 582:f9e813a27f9f trunk

[svn] - pass a valid InputPlayback handle to the play thread
author nenolod
date Tue, 30 Jan 2007 11:17:25 -0800
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);