Re: [osg-users] Support for glFramebufferTextureEXT ?

2010-05-19 Thread Frederic Bouvier
Hi Robert, - "Robert Osfield" a écrit : > HI Fred, > > > I would like to use the glFramebufferTextureEXT function introduced > in the EXT_geometry_shader4 extension. My need is to control the layer > of the 3D texture target with the gl_Layer variable present in > geometry shaders. For the m

Re: [osg-users] Support for glFramebufferTextureEXT ?

2010-05-19 Thread Robert Osfield
HI Fred, > I would like to use the glFramebufferTextureEXT function introduced in the > EXT_geometry_shader4 extension. My need is to control the layer of the 3D > texture target with the gl_Layer variable present in geometry shaders. For > the moment, I hacked the FrameBufferObject sources to

[osg-users] Support for glFramebufferTextureEXT ?

2010-05-19 Thread Frederic Bouvier
Hi, I would like to use the glFramebufferTextureEXT function introduced in the EXT_geometry_shader4 extension. My need is to control the layer of the 3D texture target with the gl_Layer variable present in geometry shaders. For the moment, I hacked the FrameBufferObject sources to replace the c