Cant create a full screen window with GL
BlitzMax Forums/OpenGL Module/Cant create a full screen window with GL
| ||
I have tried and tried, all I am doing isSetGraphicsDriver GLMax2DDriver() Graphics 1024,768,1,60 and it fails every time. No error is thrown, it just says blah.exe has stopped working. I tried it on 3 other windows computers and all say it has stopped responding. They are all DX emulating gl if I remember correctly so maybe there is a bug in the emulation? DX can run full screen just fine but I would much rather use GL |
| ||
The third parameter is color depth, not "fullscreen or not". Try 32. |
| ||
Oh, I always assumed it was full screen because it works in dx to make it full screen. How do I make it full screen the right way? |
| ||
nvm it worked, thanks!!! |