Hello,
I have an OpenGL texture that I would like to use in Direct2D.
I can copy it to system memory and back to a Direct2D bitmap, but this is obviously not very efficient.
Does anyone know how to do this? Have sample code? I've tried DXGI, but still can't find a way with that
There are NVidia specific extensions that can do this, but that is a bit specific.
Thanks.