WP8 and OpenGL

I have an app with lots of custom opengl code, anyone know if opengl works on WP8 or would this code have to be ported to DirectX ?

Please tell me gles is support …….:frowning:

Yeah, congratulations, custom opengl code can run on cocos2d-x v2.2 wp8 port, but I’m not sure if your shaders can run.

Microsoft OpenTech guys used AngleProject to run all opengles2 functions on the top of directx11. Chrome and FireFox are also using this AngleProject to run WebGL on windows platforms. So I think AngleProject is reliable.

great, thanks for the reply. I’ll check out AngleProject