WIP path rasterization

This commit is contained in:
Dzmitry Malyshau 2024-02-01 00:42:38 -08:00
parent ce84a2a671
commit ed679c9347
4 changed files with 113 additions and 12 deletions

View file

@ -287,3 +287,5 @@ fn fs_shadow(input: ShadowVarying) -> @location(0) vec4<f32> {
return input.color * vec4<f32>(1.0, 1.0, 1.0, alpha);
}
// --- path rasterization --- //