Game Development Community

ToggleFullScreen problems

by Rich Hudson · in Torque X 2D · 01/12/2009 (4:32 pm) · 2 replies

The issue I am having is whenever moving to/from fullscreen/windowed (using the API or alt-enter). I get a blue screen or window, at this point I cannot get my game back (visually) and I have to quit it.

Anyone else seen this issue? Is it my video card? Am I missing something? =)

RH

#1
01/18/2009 (9:46 pm)
I think this is a bug inside the rendering where dynamic vertex buffers are being wiped out (and not listening for the ContentLost event from the graphics device. I've noted it as a bug.

John K.
www.envygames.com
#2
01/19/2009 (2:31 pm)
Thanks John.