Glmax2d "blinking" on flips

Übersicht BlitzMax, BlitzMax NG Beginners-Corner

Neue Antwort erstellen

 

Guamtmsou G.

Betreff: Glmax2d "blinking" on flips

BeitragSa, Mai 21, 2011 15:42
Antworten mit Zitat
Benutzer-Profile anzeigen
i have a strange "blinking" issue using Glmax2d on vista/7...
seems that there are 2 different backbuffers that are "swapped" on flip...

this is a code of the blinking-app (win 7)

Code: [AUSKLAPPEN]
SuperStrict
Framework BRL.glmax2d

SetGraphicsDriver GLMax2DDriver()
Graphics 300,130
DrawText "Flip-bug test",95,50
While Not KeyHit(key_escape)
   Delay(100)
   Flip 0
Wend
'to show the bug:
'using accellerated VGA driver on Xp/Vista/7 And OSX on Virtualbox (no valid VGA card)

'works fine on:
'Windows(only some VGA cards And SAFEMODE), Linux, OSX(with 3D-VGA card detected)


someone can confirm the "blink" effect/issue?

Neue Antwort erstellen


Übersicht BlitzMax, BlitzMax NG Beginners-Corner

Gehe zu:

Powered by phpBB © 2001 - 2006, phpBB Group