Examples: Add OpenGL ES 2.0 support to modern GL examples. (#2837, #3951)

This commit is contained in:
Nikolai Wuttke
2021-03-20 14:46:38 +01:00
committed by ocornut
parent 1dcd3a45cc
commit c6c15a44fa
5 changed files with 47 additions and 8 deletions

View File

@ -56,6 +56,7 @@ Other Changes:
workaround/fix state restoring issues. Unknown exactly why so, but bit of a cargo-cult fix. (#3857)
- Backends: Vulkan: Fix mapped memory Vulkan validation error when buffer sizes are not multiple of
VkPhysicalDeviceLimits::nonCoherentAtomSize. (#3957) [@AgentX1994]
- Examples: Add OpenGL ES 2.0 support to modern GL examples. (#2837, #3951) [@lethal-guitar, @hinxx]
- Examples: Vulkan: Rebuild swapchain on VK_SUBOPTIMAL_KHR. (#3881)
- Docs: Improvements to minor mistakes in documentation comments (#3923) [@ANF-Studios]