Examples: SDL2+WebGPU, SDL3+WebGPU: add new examples. (#8381)

This commit is contained in:
BrutPitt
2025-10-31 18:59:34 +01:00
committed by ocornut
parent 778aed9966
commit ff672b2db3
9 changed files with 2030 additions and 0 deletions

View File

@@ -102,6 +102,8 @@ Other Changes:
latest Dawn-Native and WGPU-Native. (#8381, #8567, #8191, #7435) [@brutpitt]
- GLFW+WebGPU: removed unnecessary ImGui_ImplWGPU_InvalidateDeviceObjects() call
during surface resize. (#8381)
- SDL2+WebGPU: added new example (Emscripten + native Dawn/WGPU). (#8381) [@brutpitt]
- SDL3+WebGPU: added new example (Emscripten + native Dawn/WGPU). (#8381) [@brutpitt]
-----------------------------------------------------------------------