Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.0
-
None
Description
The textureprovider example should be removed. It is using OpenGL directly to demonstrate compressed texture support.
This is bad on multiple levels now:
1. it uses OpenGL directly,
2. it reimplements something that is built-in since 5.12 (compressed texture support)
It is unfortunate that we lose the example of implementing a custom QSGTexture provider, but removing it is the best choice for now, it seems.
Attachments
Issue Links
- is required for
-
QTBUG-79268 Purge direct OpenGL code path in Qt Quick
- Closed
- resulted from
-
QTBUG-82997 Implement Quick scenegraph Qt 6 RHI todos (API changes) to enable purging the direct OpenGL code path
- Closed