Backends: WebGPU: Avoid leaking pipeline layout. (#7245)

This commit is contained in:
rajveermalviya
2024-01-20 18:44:53 +05:30
committed by ocornut
parent 595eb86624
commit 9266c0d2d1
2 changed files with 9 additions and 0 deletions

View File

@ -63,6 +63,7 @@ Other changes:
- 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]
- Backends: WebGPU: Fixed pipeline layout leak. (#7245) [@rajveermalviya]
-----------------------------------------------------------------------