Backends: SDLGPU3: remove unnecessary call to SDL_WaitForGPUIdle when releasing vertex/index buffers. (#9262)

This commit is contained in:
Seppo Räisänen
2026-02-24 21:57:54 +02:00
committed by ocornut
parent 2b415e642b
commit dd5c604768
2 changed files with 4 additions and 2 deletions

View File

@@ -66,6 +66,8 @@ Other Changes:
- Added `UserIndex` helper storage. This is solely a convenience for cases where
you may want to carry an index around.
- Backends:
- SDLGPU3: removed unnecessary call to SDL_WaitForGPUIdle when releasing
vertex/index buffers. (#9262) [@jaenis]
- WebGPU: fixed version check for Emscripten 5.0.0+.
- Examples:
- Emscripten: added `tabindex=-1` to canvas in our shell_minimal.htm. Without it,