synvael/crates/renderer
Serkyo f04912df70 fix(renderer): plug shader-module and stale-handle leaks
create_graphics_pipeline now destroys its shader modules on the error
path as well, and update_mesh nulls the buffer handles after destroying
them so a later Drop or retry cannot redestroy freed buffers.
2026-05-16 19:43:16 +02:00
..
src fix(renderer): plug shader-module and stale-handle leaks 2026-05-16 19:43:16 +02:00
Cargo.toml chore(workspace): configure linters and format codebase 2026-05-12 11:43:17 +02:00