]> git.sesse.net Git - vlc/blob - modules/visualization/galaktos/video_init.h
Replaced vout_InitPicture/Format with their equivalent.
[vlc] / modules / visualization / galaktos / video_init.h
1 void setup_opengl( int w, int h );
2
3 void CreateRenderTarget(int texsize,int *RenderTargetTextureID, int *RenderTarget);