This is very intresting for me program. I want to know how it is made of. And I will be happy if I can find the soure code of OpenGL ES 3.0 Emulator. Or if it is proprietary software maybe you can give me advice about another Open Source OpenGL ES 3.0 Emulator.
Hi frtu,
I'm afraid I'm not clear on what you're asking for there, can you restate your question? I think you're asking for information on anything that converts GLES to GL, so that rules out ANGLE as that converts to DirectX. The only other open source implementation that I'm aware of that uses a GL backend is MESA, but there may be others.
If open-source is not a concern, then you can use our emulator, and according to OpenGL ES 2.0 and EGL on desktop, updated both AMD and NVidia now expose EGL and GLES on desktop, and MESA has an EGL and GLES implementation as well, so you're spoilt for choice.
As for correctness, anything conformant will be more correct (i.e. it passes all of the conformance tests) than a non-conformant implementation, as it is spec-correct. As long as your application is spec conformant then all of them should suit you just fine, but if your application relies on the specifics of a particular implementation, your mileage may vary, and if you require any platform/vendor specific extensions, then not all implementations may expose these.
Hope this helps,
Chris