Changelog, comment, minor data compaction

This commit is contained in:
ocornut
2024-01-22 15:02:22 +01:00
parent 6850194f60
commit 595eb86624
3 changed files with 6 additions and 2 deletions

View File

@ -60,6 +60,7 @@ Other changes:
allocating one extra semaphore than in-flight frames. (#7236) [@mklefrancois]
- 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: Added ImGui_ImplWGPU_InitInfo::PipelineMultisampleState. (#7240)
- Backends: WebGPU: Filling all WGPUDepthStencilState fields explicitly as a recent Dawn
update stopped setting default values. (#7232) [@GrigoryGraborenko]