Switch to MSAA for Vello rendering for better anti-aliasing (#1899)
Switch to MSAA for vello rendering
This commit is contained in:
parent
cdd179cf10
commit
ed841803ce
|
|
@ -156,7 +156,7 @@ impl WgpuExecutor {
|
|||
base_color: vello::peniko::Color::TRANSPARENT,
|
||||
width,
|
||||
height,
|
||||
antialiasing_method: AaConfig::Area,
|
||||
antialiasing_method: AaConfig::Msaa8,
|
||||
};
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue