Can QML be used to draw 3D directly in DX?
Unsolved
QML and Qt Quick
-
Hey,
I'm going to draw a 3D scene with DX, but using DX to draw the HWND to pass the component to the DX, and the QML component is no HWND. How do I solve this problem? Thanks.
@pegeset Qt Quick can be render using Direct3D 12 as backend, however I know little about how to run them interactively.
-
Hey,
I'm going to draw a 3D scene with DX, but using DX to draw the HWND to pass the component to the DX, and the QML component is no HWND. How do I solve this problem? Thanks.
@pegeset
QML is using Open GL ES 2.0. The translation to DirectX happens via Angle.
So no, you can't "write to" DirectX directly.