Backends: OpenGL3: Fixed support for glBindSampler() backup/restore on ES3. (#6375, #6508)

Amend dd9db5e8 + 39f7248d4
This commit is contained in:
ocornut
2023-06-12 11:44:48 +02:00
parent 4fab72b40e
commit dec082ff97
2 changed files with 12 additions and 8 deletions

View File

@ -38,6 +38,7 @@ Other changes:
- Tables: Fixed a regression in 1.89.6 leading to the first column of tables with either
ScrollX or ScrollY flags from being impossible to resize. (#6503)
- Backends: OpenGL3: Fixed support for glBindSampler() backup/restore on ES3. (#6375, #6508) [@jsm174]
-----------------------------------------------------------------------