Examples: WGPU: fixed undefined behaviors in example init code. (#9246, #9256) [@r-lyeh]

This commit is contained in:
r-lyeh
2026-02-20 15:54:56 +01:00
committed by ocornut
parent 221bac8b06
commit b5ccee78b6
4 changed files with 54 additions and 21 deletions

View File

@@ -45,6 +45,9 @@ Other Changes:
- Style: border sizes are now scaled (and rounded) by ScaleAllSizes().
- Clipper: clear DisplayStart/DisplayEnd fields when Step() returns false.
- Examples:
- WGPU: fixed undefined behaviors in example code for requesting adapter
and device. (#9246, #9256) [@r-lyeh]
-----------------------------------------------------------------------