Backends: WebGPU: update code for latest webgpu-native changes. (#8426)

This commit is contained in:
Jose L. Hidalgo (PpluX)
2025-02-22 12:47:30 +01:00
committed by ocornut
parent 242d856ede
commit 4f4fb1d220
2 changed files with 14 additions and 11 deletions

View File

@@ -104,8 +104,9 @@ Other changes:
Default to header version if unspecified. (#8326, #8365) [@mklefrancois]
- Backends: Vulkan: Dynamic rendering path loads "vkCmdBeginRendering/vkCmdEndRendering"
(without -KHR suffix) on API 1.3. (#8326, #8365) [@mklefrancois]
- Backends: WebGPU: Fix for DAWN API rename WGPUProgrammableStageDescriptor -> WGPUComputeState.
- Backends: WebGPU: Fix for DAWN API change WGPUProgrammableStageDescriptor -> WGPUComputeState.
[@PhantomCloak] (#8369)
- Backends: WebGPU: Fix for webgpu-native API changes. (#8426) [@pplux]
-----------------------------------------------------------------------