Hi, i have problems compiling/executing the supplied WebGL tests, due to several functions giving an 'unresolved symbol'-warning, e.g.: ``` $ emcc webgl2_ubos.cpp -o test.html warning: unresolved symbol: glGetActiveUniformBlockName warning: unresolved symbol: glGetActiveUniformBlockiv ``` I couldn't find any informations at all with regards to this problem. Considering the files are shipped with emscripten, i expected them to work out of the box. Have i missed some compile-flags (the flags in the opengl chapter of the docs din't change anything), or is my system just broken?
Thanks in advance, Sebastian -- 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.
