Is it possible to use VTK9 with qt6 QRhi and QML ?

Hello everyone,
I would like to make a small 3D viewer with VTK 9 in Qt6 with QML. I know that it is now possible to use the QRhi class to have an abstraction with classic APIs. Can this be used with VTK? There are very few examples on the internet actually using QRhi for abstraction and none with VTK.
Thank you

Yes, it’s working here:
https://gitlab.kitware.com/vtk/vtk/-/merge_requests/9763