ruffle/render
Aaron Hill 10491a1be9 core: Store data in `BitmapData` instead of `Bitmap`
This makes `Bitmap` delegate to `BitmapData` for
all of the bitmap-related information (handle, width, and height).
As a result, we now unconditionally store a `BitmapData` in `Bitmap`.

As a result, swapping the underling `BitmapData` instance will
automatically change the properties (and rendered image) of a `Bitmap`.

This required some refactoring in the render backends in order to
get access to a `BitmapHandle` through `BitmapData`.
2023-01-03 18:01:41 -07:00
..
canvas Remove lifetime parameter from CommandHandler 2023-01-03 04:37:28 +01:00
naga-agal chore: Inherit cargo metadata from workspace 2022-12-16 15:53:59 -08:00
src core: Store data in `BitmapData` instead of `Bitmap` 2023-01-03 18:01:41 -07:00
webgl Remove lifetime parameter from CommandHandler 2023-01-03 04:37:28 +01:00
wgpu build(deps): bump once_cell from 1.16.0 to 1.17.0 2023-01-03 10:11:05 +02:00
Cargo.toml wgpu: Split up gradient shader based on type and repeat 2023-01-03 03:39:13 +01:00