Where does Qml Engine use gpu?
-
wrote on 13 Sept 2019, 17:00 last edited by overlord
As far as I know,
Qml engine use opengl for rendering all qt quick item. But AbstractSeries have a property named useOpengl. But It already use opengl.
Why is there such a propert.
Probably I couldn't understand some things.
Could you explain where does qml engine use gpu? -
As far as I know,
Qml engine use opengl for rendering all qt quick item. But AbstractSeries have a property named useOpengl. But It already use opengl.
Why is there such a propert.
Probably I couldn't understand some things.
Could you explain where does qml engine use gpu?@overlord said in Where does Qml Engine use gpu?:
But AbstractChartView have a property named useOpengl.
there is no such QML type?!
If you talk about some 3rd party lib you should ask the developer. -
@overlord said in Where does Qml Engine use gpu?:
But AbstractChartView have a property named useOpengl.
there is no such QML type?!
If you talk about some 3rd party lib you should ask the developer.wrote on 13 Sept 2019, 17:49 last edited by@raven-worx
Sorry! I wrote wrong. It is AbstractSeries.
AbstractSeries have useOpengl property. -
wrote on 13 Sept 2019, 20:59 last edited by
Maybe read this:
docs of property
1/4