Browse thread
[Caml-list] How to synchtonize swap buffers with vertical retrace in lablgk/lablgtk, or labgl/labltk,
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris Hecker <checker@d...> |
| Subject: | Re: [Caml-list] How to synchtonize swap buffers with vertical retrace in lablgk/lablgtk, or labgl/labltk, |
>I am looking for a way to synchronize swapbuffers with >the vertical retrace using lablg and lablgtk or labltk >for creating the window to draw the opengl graphics >in. >Does anyone know if this is possible? You usually have to do this through an extension. It's a windowing system issue (or at least, that's how OpenGL thinks of it). So, on windows there's a SwapInterval extension, and I'm not sure about X, but it's probably the same. You'll need to write a thunk to the extension in C to use it, because lablgl does not support extensions yet. I hope to fix this at some point soon. Chris ------------------- To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr