Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.9.4, 5.11.0 Alpha, 5.11.0 Beta 1, 5.11.0 Beta 2
-
None
Description
On OpenGL ES 2 core implementation, only GL_CLAMP_TO_EDGE parameter is supported as wrap mode for NPOT (non-power of two dimensions) textures. Initially, wrap modes are set to GL_REPEAT.
An extension OES_texture_npot (Available on most of the modern platform), however, adds the support of other GL_REPEAT and GL_MIRRORED_REPEAT to the wrap modes. But this extension may not be present on every target.
On such platforms, because the texture might be inconsistent, we may get an unexpected result.
Attachments
Issue Links
- is duplicated by
-
QTBUG-67436 QtWayland may display black window instead of the texture passed by the shm buffer
- Closed
For Gerrit Dashboard: QTBUG-67418 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
225020,5 | QOpenGLTexture: Set wrap mode if NPOT textures are not fully supported | 5.11 | qt/qtbase | Status: MERGED | +2 | 0 |