Backends: WebGPU: Recreate image bind groups during render. (#8426, #8046, #7765, #8027)

This commit is contained in:
Jose L. Hidalgo (PpluX)
2025-02-26 15:19:56 +01:00
committed by ocornut
parent 9996a2d51b
commit aaacb01b8d
2 changed files with 18 additions and 17 deletions

View File

@@ -104,6 +104,8 @@ 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: Recreate image bind groups during render to allow reuse of
WGPUTextureView pointers. (#8426, #8046, #7765, #8027) [@pplux, @Jairard]
- Backends: WebGPU: Fix for DAWN API change WGPUProgrammableStageDescriptor -> WGPUComputeState.
[@PhantomCloak] (#8369)
- Backends: WebGPU: Fix for webgpu-native API changes. (#8426) [@pplux]