synvael/crates
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
..
client fix(client): drop renderer before window on shutdown 2026-05-16 19:28:54 +02:00
renderer fix(renderer): plug shader-module and stale-handle leaks 2026-05-16 19:43:16 +02:00
scripting chore(workspace): enforce missing_docs and resolve all linting violations 2026-05-12 18:52:30 +02:00
server chore(workspace): fix formatting and clippy warnings 2026-05-16 19:05:53 +02:00
shared chore(workspace): fix formatting and clippy warnings 2026-05-16 19:05:53 +02:00