Maximum resolution

Started by GrindalfGames, September 25, 2018, 22:02:31

Previous topic - Next topic

GrindalfGames

Does anybody know what the maximum screen resolution Blitz3D can handle is?

3DzForMe

I use 1920 by 1200 , it may be higher, can test tomorrow.
BLitz3D, IDEal, AGK Studio, BMax, Java Code, Cerberus
Recent Hardware: Lenovo Re-furb'd Laptop
Oldest Hardware: Commodore Amiga 1200 with 1084S Monitor & Blitz Basic 2.1

Madjack

2048x1536 max screen resolution for DX7

GrindalfGames

Well my pc cant do 2048x1536 with Blitz3D but that doesn't really mean anything :P
Ive added it to the list of resolution options though and will see what my testers say when I eventually release a new Dev Build of my game
Thanks guys :D

Holzchopf

Quote from: grindalf on September 26, 2018, 11:16:57list of resolution options

You have a hand-crafted list for that? Is there a reason to not just use CountGfxModes(), GfxMode3D(i), GfxModeWidth(i), GfxModeHeight(i), GfxModeDepth(i) ?