Backends: WebGPU: update to build with wgpu-native 29.0+. (#9532, #9530)

This commit is contained in:
ocornut
2026-08-31 11:56:01 +02:00
parent 760dff3244
commit 6d1f88fe4a
2 changed files with 15 additions and 7 deletions

View File

@@ -72,6 +72,7 @@ Other Changes:
going through a SDL_Renderer. (#5592) [@lailoken]
- WebGPU: fixed passing non-integer sizes to `wgpuRenderPassEncoderSetViewport()`
when when `FramebufferScale` is >1.0f. (#9515, #8628) [@WayU]
- WebGPU: update to build with wgpu-native 29.0+. (#9532, #9530) [@ivan-enzhaev]
- Examples:
- SDL2+Metal: create Metal context without using a SDL_Renderer.
- QNX+OpenGL3, QNX+Vulkan: added QNX Screen examples. (#9492) [@mgorchak-blackberry]