[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: SWT on an offscreen buffer ?
|
- From: Yarden Livnat <yarden@xxxxxxx>
- Date: Wed, 27 Apr 2005 09:23:02 -0600
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: MT-NewsWatcher/3.4 (PPC Mac OS X)
Not exactly, I want regular SWT widgets (buttons, sliders, etc) to be
rendered to an off screen buffer...
thanks though,
Yarden
In article <d4o4ok$u4k$1@xxxxxxxxxxxxxxxx>,
"Steve Northover" <steve_northover@xxxxxxxxxx> wrote:
> You can create Images and draw to them using GC's then draw the Image to the
> screen. Not sure this is what you mean.
>
> "Yarden Livnat" <yarden@xxxxxxx> wrote in message
> news:yarden-EBD168.21421626042005@xxxxxxxxxxxxxxxxxxx
> >
> > 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