How to create a OpenGL full-screen?

How to create a OpenGL full-screen?

With what?

glut, win32 API …

Originally posted by dodocool:
How to create a OpenGL full-screen?

If you use GLUT as a wrapper for your OS dependent calls, use then :
glutFullscreen();

else you can check http://nehe.gamedev.net for lots of very well written tutorials, also on how to setup a fullscreen application
without GLUT.

Hope this helps,

Daniel Palomo van Es.

[This message has been edited by DPalomo (edited 11-30-2000).]

i prefer the SDL-libraries…
www.libsdl.org

:slight_smile:

greetings,

bastian

Originally posted by Rob The Bloke:
[b]With what?

glut, win32 API …[/b]

with WIN32 API