husker-dev / openglfx

OpenGL implementation for JavaFX
Apache License 2.0
80 stars 10 forks source link

Render using interop with DX #18

Closed husker-dev closed 2 years ago

husker-dev commented 2 years ago

There is an another way to render OpenGL in DX pipeline - WGL_NV_DX_interop/NV_DX_interop. It allows to share resources between GL and DX.

I'm not sure about driver support, so I'll leave that for future

husker-dev commented 2 years ago

Added