ruffle/render/webgl
Mike Welsh d23ea90459 swf: Change Matrix to use Fixed16 for a, b, c, d
Matrices in an SWF file store their scale/skew components in
in 16.16 format (fbits).

Split `ruffle_core::Matrix` and `swf::Matrix`. `swf::Matrix` now
stores its data as `Fixed16` instead of immediately converting to
`f32`.
2021-06-08 14:57:15 -07:00
..
shaders webgl: Use highp precision when available 2021-02-02 16:14:15 -08:00
src swf: Change Matrix to use Fixed16 for a, b, c, d 2021-06-08 14:57:15 -07:00
Cargo.toml web: Bump wasm-bindgen and js-sys versions 2021-04-16 23:37:23 -07:00