Nevermind, turns out I wasn't aware of the Emscripten USE_WEBGL2 build flag. Sorry for the noise.
On Friday, August 28, 2015 at 2:07:55 PM UTC-4, Robert Goulet wrote: > > When trying to compile against GLES3.0 target (WebGL2), we get the > following fonctions that are defined by the headers, but not implemented, > resulting in undefined symbols upon linking : > > warning: unresolved symbol: glBeginQuery > warning: unresolved symbol: glEndQuery > warning: unresolved symbol: glGenQueries > warning: unresolved symbol: glDeleteQueries > > They are defined in the WebGL2 spec: > > https://www.khronos.org/registry/webgl/specs/latest/2.0/ > > So I wonder, is it only because they haven't been implemented yet in > Emscripten (1.34.6)? Or is it they are not implementable at all? > > Thank you! > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
