Is it possible to wrap a native view with desktop compose? On Mac, I’d like to host an MTKView and hook up a MoltenVK renderer but drive the UI with compose. Also, whatever the equivalent of that would be on Windows 😂 ..
I already do the equivalent on Android, using SurfaceView, but I realize this is more involved :)