Backends: OpenGL2, OpenGL3: set GL_UNPACK_ALIGNMENT to 1 before updating textures. (#8802)

This commit is contained in:
ocornut
2025-07-15 14:30:50 +02:00
parent 336d9212fc
commit 8744d10235
4 changed files with 18 additions and 3 deletions

View File

@@ -45,6 +45,8 @@ Other Changes:
- Error Handling: minor improvements to error handling for TableGetSortSpecs()
and TableSetBgColor() calls. (#1651, #8499)
- Backends: OpenGL2, OpenGL3: set GL_UNPACK_ALIGNMENT to 1 before updating
textures. (#8802) [@Daandelange]
-----------------------------------------------------------------------