Hey maybe the wrong place to post this, I've taken a look into this a bit and see no obvious solution, but I'm trying to get vlc to render to
a) a specific dx11 texture.
b) get the texture that vlc is rendering to so i can share it between dx11 contexts.
the callback method that i've seen https://wiki.videolan.org/LibVLC_SampleCode_SDL/ seems like it would be very under performative.