Backends: WebGPU: Filling all WGPUDepthStencilState fields explicitly as a recent Dawn update stopped setting default values. (#7232)

This commit is contained in:
ocornut
2024-01-17 13:26:02 +01:00
parent 5fdcdf7080
commit 03417cc77d
2 changed files with 9 additions and 0 deletions

View File

@ -52,6 +52,8 @@ Other changes:
- Debug Tools: Debug Log: Added "Input Routing" logging.
- Backends: Vulkan: Fixed vkMapMemory() calls unnecessarily using full buffer size. (#3957)
- Backends: Vulkan: Fixed handling of ImGui_ImplVulkan_InitInfo::MinAllocationSize field. (#7189, #4238)
- Backends: WebGPU: Filling all WGPUDepthStencilState fields explicitly as a recent Dawn
update stopped setting default values. (#7232) [@GrigoryGraborenko]
-----------------------------------------------------------------------