Does anyone know how to use OpenGL to draw instead of DirectX in Blitz Plus or is it just another graphics driver that needs to be checked and set with GfxDriverName$ and SetGfxDriver? This would mean showing the user a list of their drivers before the game started I assume, unless Open GL has *exactly* the same working on different PCs, then I could try to set it by looping through the list of graphics drivers and picking it if it exists, I might even be able to just search for "Open GL" as a substring.
Does anyone know if OpenGL handles vertical refresh differently fromDirectX?
Does anyone know if OpenGL handles vertical refresh differently fromDirectX?