I'm having an odd problem of trying to use OpenGLES and EGL developing 
webkit.  With emscripten 1.16 i've found an odd new problem, i'm getting an 
undefined function GLctx.getParameter when the program tries to call 
glGetString(GL_VERSION).  I'm compiling with -s FULL_ES2=1 when doing the 
final link.  Here's the runtime out:

"WebKit Trace: 
../deps/WebKit/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.cpp[71]
 
WebCore::Extensions3DOpenGLCommon::Extensions3DOpenGLCommon(WebCore::GraphicsContext3D
 
*)" webkit.html:1245
"exception thrown: TypeError: GLctx.getParameter is not a 
function,_glGetString@file:///Tint/webkit.js/Debug/webkit.js:10729
callMain@file:///Tint/webkit.js/Debug/webkit.js:3265810
doRun@file:///Tint/webkit.js/Debug/webkit.js:3265867
run/<@file:///Tint/webkit.js/Debug/webkit.js:3265879
"

Suggestions?

-- 
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.

Reply via email to