Quote Originally Posted by pixelwriter View Post
Hi LP,
is there a plan to support openGL ES2 on Windows as well?
I find this useful as modern crossplatform solution.
In addition to what SilverWarior said, remember that on Windows there is no native OpenGL ES support, other than what you mentioned, working either in software emulation (and PXL has software renderer of its own) or a wrapper on top of DirectX 11, which PXL supports directly. On Linux, you also need to install special packages so that OpenGL ES calls get translated to OpenGL. Nevertheless, if you really need OpenGL ES on Windows, you can just adapt existing OpenGL ES provider - it shouldn't be too difficult.

Quote Originally Posted by SilverWarior View Post
I personally feel that it would be better to add support for Vulkan API (https://www.khronos.org/vulkan/) which was build from the ground up to be a cross-platform graphical API. And based on initial information it can also rival with DirectX 12.
I have already made a couple of experiments with Vulkan and this provider is planned to be added.