summaryrefslogtreecommitdiff
path: root/rust/src/render_layer.rs
AgeCommit message (Collapse)Author
2025-02-02Fix Rust apply_to_linear_object logic applying non basic block backed disasm ↵Mason Reed
lines
2025-01-31Update Render Layer registration in Rust APIMason Reed
The unit tests were not updated and the enum was kept with extremely long names, so I just added a simple wrapper.
2025-01-31Fix misc clippy lintsMason Reed
2025-01-30Render LayersGlenn Smith