Bmax 1.10 and flip ?

BlitzMax Forums/BlitzMax Programming/Bmax 1.10 and flip ?

WIth this version how i can remove the screen sync ?

With previous version i use :

' ------------------
' Deactivate synchro
' ------------------
bglSetSwapInterval(0)

And

' ------------------------
' Swap buffer and flushmem
' ------------------------
bglSwapBuffers()

bglSetSwapInterval(0)

has changed to

setswapinterval

and I think it will be the same for Swapbuffers.

Many thanks !

Hi,

Recommended method is now:

Graphics width,height,depth,NOSYNC

Ok :) thanks.