view src/projectm-1.0/video_init.h @ 1925:2662c3a11f9f

- Enable https:// transport
author Ralf Ertzinger <ralf@skytale.net>
date Sun, 30 Sep 2007 22:19:11 +0200
parents a6d84a2cfaa7
children 47a4e93ed7ce
line wrap: on
line source

 void setup_opengl( int w, int h );
 void init_display( int w, int h, int *fvw, int *fvh, int fullscreen );
 void resize_display( int w, int h, int fullscreen );
 void close_display();

void CreateRenderTarget(int texsize,int *RenderTargetTextureID, int *RenderTarget);