Splash screen on linux/windows

Started by
0 comments, last by 21st Century Moose 12 years, 2 months ago
How i can create splash screen using opengl on linux ( using x11 )and windows
Thanks in advance
Advertisement
You won't do this with OpenGL. You need to use the native windowing API (or wrapper of choice) to create another window and then destroy it when ready to show the main window. Another way is to just create the splash screen window at startup, then resize it to the main window dimensions when ready. But it's not an OpenGL thing.

Direct3D has need of instancing, but we do not. We have plenty of glVertexAttrib calls.

This topic is closed to new replies.

Advertisement