Re: [webkit-dev] Opengl support in webkit

2017-08-01 Thread Dean Jackson
> On 21 Jul 2017, at 13:47, Nagendra K wrote: > > Hi , > > Does WebKit engine mandate to use any version of opengl? > Can we link any opengl which my platform has. As long as your OpenGL is compatible with OpenGL 4.0 and above, or OpenGL ES 2.0 and above, I think you'll be fine. Dean > >

[webkit-dev] Opengl support in webkit

2017-07-21 Thread Nagendra K
Hi , Does WebKit engine mandate to use any version of opengl? Can we link any opengl which my platform has. Could see that for opengles2 is there with a flag in if condition and else condition to gl.h. So if else is used, can I link to any opengl version which my platform has ? Regards, Nagendra