GLWpfControl icon indicating copy to clipboard operation
GLWpfControl copied to clipboard

OpenGL ES + ANGLE support?

Open kvasnevskyivlad opened this issue 2 years ago • 2 comments

I have a desktop WPF project with a self-made rendering control which uses OpenGL ES + ANGLE. Is it possible to use GLWpfControl with OpenGL ES + ANGLE?

kvasnevskyivlad avatar Oct 11 '23 17:10 kvasnevskyivlad

I'm not sure if it would be possible to set this up. The question becomes if ANGLE and OpenGL ES supports the NV_DX_interop extension, it it supports that extension it should be possible to get this to work.

There is nothing built in for creating an OpenGL ES context using ANGLE though.

NogginBops avatar Oct 26 '23 16:10 NogginBops

I will not be considering GLES and ANGLE support for 4.3.0, it will have to be for future considerations.

NogginBops avatar May 29 '24 23:05 NogginBops