[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] SWT on an offscreen buffer ?
|
- From: Yarden Livnat <yarden@xxxxxxx>
- Date: Tue, 26 Apr 2005 21:42:16 -0600
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: MT-NewsWatcher/3.4 (PPC Mac OS X)
Is there a way to make an SWT widget render itself to an offscreen
buffer (pbuffer) instead of a window on the screen (i.e., the
backbuffer) ? In particular I want to be able merge this offscreen
buffer into an OpenGL one, thus embedding SWT widgets into my OpenGL
window (under SWT of course) possibly using transparency etc...
thanks,
Yarden