Backends: OpenGL3: Backup and restore GL_PIXEL_UNPACK_BUFFER. (#7253)

Amended with (bd->GlVersion >= 210) checks.
This commit is contained in:
Clément Gallet
2024-01-22 17:51:24 +01:00
committed by ocornut
parent 81e0be856a
commit 1ce41f6218
3 changed files with 15 additions and 0 deletions

View File

@ -64,6 +64,7 @@ Other changes:
- Backends: WebGPU: Filling all WGPUDepthStencilState fields explicitly as a recent Dawn
update stopped setting default values. (#7232) [@GrigoryGraborenko]
- Backends: WebGPU: Fixed pipeline layout leak. (#7245) [@rajveermalviya]
- Backends: OpenGL3: Backup and restore GL_PIXEL_UNPACK_BUFFER. (#7253)
-----------------------------------------------------------------------