ruffle/render/wgpu
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 wgpu: Use a single render pass and push constants 2020-12-27 00:44:11 -08:00
src swf: Change Matrix to use Fixed16 for a, b, c, d 2021-06-08 14:57:15 -07:00
Cargo.toml chore: Bump futures from 0.3.14 to 0.3.15 2021-05-17 12:41:29 -07:00
build_shaders.sh render: Add wgpu-rs based renderer, used by desktop 2020-04-30 08:48:33 +02:00