ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
14.64k stars 758 forks source link

`render/wgpu`: Drop `naga_oil` in favor of manual string manipulation #16330

Closed torokati44 closed 2 weeks ago

torokati44 commented 2 weeks ago

One fewer dependency. We've only used the very basics of its capabilities lately anyway. Also, so we're not stuck waiting for the likes of https://github.com/bevyengine/naga_oil/pull/87.

Unblocks https://github.com/ruffle-rs/ruffle/pull/16168, and the update to egui master (temporarily), thereby the fixing of #15836.

TODO:

torokati44 commented 2 weeks ago

investigate effect on shader compilation times (startup)

Do you think you could take a look at this, @adrian17 ? You're the only one I remember having experienced any sort of noticeable startup delay...