Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
Description
setRenderTarget(uint)
setRenderTarget(QQuickFramebufferObject*)
the related functions should be removed.
QSGAbstractRenderer's renderScene(uint fboId) should lose the argument.
Also involves porting the rendercontrol_opengl example.
QQuickWidget will need to be (temporarily?) broken since it cannot call setRenderTarget(QQuickFramebufferObject*) anymore. Then again it is not functional anyway with the RHI-based rendering path atm.
Attachments
Issue Links
- is required for
-
QTBUG-79268 Purge direct OpenGL code path in Qt Quick
- Closed