ruffle/render/wgpu
Aaron Hill a52cb7461e wgpu: Implement MSAA support for Stage3D
When we receieve a nonzero 'antiAlias' parameter, we create
create a non-multisampled resolve buffer to use with WGPU.

Several tests were already requesting antialiasing, so their
output images are now anti-aliased without any changes to
the tests themselves.
2023-03-26 18:05:41 -07:00
..
shaders render: Fix BitmapData.applyFilter with non-full sourceRect 2023-03-25 18:44:01 -07:00
src wgpu: Implement MSAA support for Stage3D 2023-03-26 18:05:41 -07:00
Cargo.toml chore(deps): lock file maintenance rust dependencies 2023-03-19 19:45:30 -07:00
uniforms.md wgpu: Moved ColorAdjustments into its own bind group, and reuse ColorAdjustments::IDENTITY where we can 2023-01-03 03:39:13 +01:00