I'm curious how hard it would be to provide support for rendering with vsg inside of a qml context.
The Vulkan under QML example seems relatively straighforward:
The Qt API already provides a QQuickWindow::beforeRendering and QQuickWindow::beforeRenderPassRecording signals (and corresponding after... signals) as integration points for recording and executing the command buffers.
Are there plans to support this at some point? If there are no concrete plans, do you see major roadblocks in general for such an integration?
I'm curious how hard it would be to provide support for rendering with vsg inside of a qml context.
The Vulkan under QML example seems relatively straighforward:
The Qt API already provides a
QQuickWindow::beforeRenderingandQQuickWindow::beforeRenderPassRecordingsignals (and correspondingafter...signals) as integration points for recording and executing the command buffers.Are there plans to support this at some point? If there are no concrete plans, do you see major roadblocks in general for such an integration?