Open kzantow opened 4 years ago
Hello. Looks like you can use an existing window at least with the D3D12 driver. Is that sufficient for you?
@AmazingTurtle it looks like that's Windows only but for my purposes, I'd need to be able to do this on at least Windows & macOS.
In order to create a VST plugin, the host creates a window and passes the reference to the plugin to render on. I'd like to be able to use Ultralight for this, but it does not seem that it's possible to pass a previously created window like this.
Could this either a) be documented or b) be implemented?
Thanks much!