AdmiralCurtiss / vbjin

Automatically exported from code.google.com/p/vbjin
0 stars 0 forks source link

'Screen Tearing' heavily when scrolling (caused by lacking V-Sync and double-buffering) #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. playing all games
2.
3.

What is the expected output? What do you see instead?
no tearing/stuttering, smooth scrolling like 'baby's butt' 

What version of the product are you using? On what operating system?
all versions of vbjin & pcejin

Please provide any additional information below.
it's simply caused by lacking V-Sync and double-buffering
implementing 'V-Sync' for windowed mode and 'double-buffering/page-
flipping' for full-screen mode, would improve quality of display greatly

Original issue reported on code.google.com by pooooch...@gmail.com on 6 May 2010 at 9:57