Backends: OpenGL3: Add glBindSampler for GL ES 3.0. (#6375)

Amended given addition of GlProfileIsES3 in dd9db5e
This commit is contained in:
Jason Millard
2023-04-26 11:47:37 -04:00
committed by ocornut
parent dd9db5e889
commit 39f7248d4a
2 changed files with 8 additions and 6 deletions

View File

@ -66,6 +66,7 @@ Other changes:
Win32/Winapi with OpenGL. (#3218)
- Backends: OpenGL3: Restore front and back polygon mode separately when supported
by context (Desktop 3.0, 3.1, or 3.2+ with compat bit). (#6333) [@GereonV]
- Backends: OpenGL3: Support for glBindSampler() backup/restore on ES3. (#6375) [@jsm174]
- Backends: SDL3: Fixed build on Emscripten/iOS/Android. (#6391) [@jo-codegirl]
- Examples: Added native Win32+OpenGL3 example. We don't recommend using this setup but we
provide it for completeness. (#3218, #5170, #6086, #2772, #2600, #2359, #2022, #1553) [@learn-more]