Re: [Development] Capturing and overlaying in QtQuick using RHI

2025-02-17 Thread Giuseppe D'Angelo via Development
Hi, On 17/02/2025 00:15, Jean-Michaël Celerier wrote: I think I have something close to that there: https://github.com/ossia/score/blob/master/src/plugins/score-plugin-js/JS/Executor/GPUNode.cpp#L284 Line 289 the rendertarget on which QtQuick is going to be rendered. Then the actual rendering

Re: [Development] Capturing and overlaying in QtQuick using RHI

2025-02-16 Thread Jean-Michaël Celerier
I think I have something close to that there: https://github.com/ossia/score/blob/master/src/plugins/score-plugin-js/JS/Executor/GPUNode.cpp#L284 Line 289 the rendertarget on which QtQuick is going to be rendered. Then the actual rendering is there: https://github.com/ossia/score/blob/master/src/