Re: [Development] share opengl resource

2015-03-31 Thread Alessio Mochi
Hello Matthew, thanks for reply. Actually I have two or three different rendering context (create multiple QGLWidget). Your solution for qt 4.7 is right for share resource (I would like share vbo between different rendering context)? Can you link a qt example or documentation? Thanks in a

Re: [Development] share opengl resource

2015-03-31 Thread Matthew Woehlke
On 2015-03-31 10:12, Alessio Mochi wrote: > Hello,I am reading that share opengl resource is possible with > wglShareList. My software run on windows and mac and I would like > know if exist some qt support to share opengl resource. I use qt > 4.7.4. Qt 4.7 is *really* old. If you use Qt5 and QOp

[Development] share opengl resource

2015-03-31 Thread Alessio Mochi
Hello,I am reading that share opengl resource is possible with wglShareList.My software run on windows and mac and I would like know ifexist some qt support to share opengl resource. I use qt 4.7.4. ___ Development mailing list Development@qt-project.or