qt - How can I do map `glframebufferObject->texture()` to a `QQuickItem`? -
i have qopenglframebufferobject glframebufferobject can return me texture doing glframebufferobject->texture().
i have qquickitem there on main.qml not visible. want map texture of glframebufferobject qquickitem. put contents of texture on qquickitem contains glframebufferobject->texture() returns.
so, how can link intended texture qquickitem & how can map glframebufferobject->texture() qquickitem instance?
note: dont want display content of qquickitem. want overlay texture & save filesystem. figure out except how input glframebufferobject->texture() qquickitem or any other class take texture.
Comments
Post a Comment