wglgears: add srgb-mode to usage
[mesa-demos.git] / src / wgl / rtotex / main.h
blob73238c71041999e2b939a9692dade9d5a461c1ec
1 //////////////////////////////////////////////////////////////////////////////////////////
2 // Main.h
3 // Render to texture
4 // Downloaded from: www.paulsprojects.net
5 // Created: 10th September 2002
6 //
7 // Copyright (c) 2006, Paul Baker
8 // Distributed under the New BSD Licence. (See accompanying file License.txt or copy at
9 // http://www.paulsprojects.net/NewBSDLicense.txt)
10 //////////////////////////////////////////////////////////////////////////////////////////
12 #ifndef MAIN_H
13 #define MAIN_H
15 bool DemoInit();
16 bool GLInit();
18 void UpdateFrame();
19 void RenderFrame();
21 void DemoShutdown();
23 int WINAPI WinMain(HINSTANCE hInstance,
24 HINSTANCE hPervInstance,
25 LPSTR lpCmdLine,
26 int nCmdShow); //main entry point
28 #endif //MAIN_H