WIP path rasterization
This commit is contained in:
parent
ce84a2a671
commit
ed679c9347
4 changed files with 113 additions and 12 deletions
|
@ -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 --- //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue