Examples: GLFW+WebGPU: Amends. (#7435, #7132)

This commit is contained in:
ocornut
2024-04-16 12:08:45 +02:00
parent 80a5fdb108
commit 648278cd62
3 changed files with 43 additions and 44 deletions

View File

@@ -50,6 +50,7 @@ Other changes:
mitigitate issues with reading vertex indexing limits with 16-bit indices. (#7496, #5720)
- Backends: SDL3: Fixed text inputs. Re-enable calling SDL_StartTextInput()/SDL_StopTextInput()
as SDL3 no longer enables it by default. (#7452, #6306, #6071, #1953) [@Green-Sky]
- Examples: GLFW+WebGPU: Added support for WebGPU-native/Dawn (#7435, #7132) [@eliasdaler, @Zelif]
-----------------------------------------------------------------------