Examples: SDL2+WebGPU: fixes hi-dpi handling. (#9300)

This commit is contained in:
Yan Pujante
2026-03-13 17:07:47 +01:00
committed by ocornut
parent fd752d8357
commit 4a2e3cce69
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -136,6 +136,7 @@ Other Changes:
to allocate one. (#8677) [@micb25]
- WebGPU: fixed undefined behaviors in example code for requesting adapter
and device. (#9246, #9256) [@r-lyeh]
- SDL2+WebGPU: fixed hi-dpi handling. (#9300) [@ypujante]
- GLFW/SDL2/SDL3+WebGPU: removed suport for Emscripten <4.0.10. (#9281) [@ypujante]