initial implementation of WebGL-based brush renderer

This commit is contained in:
りき萌 2025-09-05 20:20:45 +02:00
parent b4c3260f49
commit bb55e23979
14 changed files with 385 additions and 247 deletions

View file

@ -77,13 +77,7 @@ pub fn resolve(arity: SystemFnArity, name: &str) -> Option<u8> {
(Nary, "reduce") => 0x95,
(Nary, "flatten") => 0x96,
(Nary, "toShape") => 0xc0,
(Nary, "line") => 0xc1,
(Nary, "rect") => 0xc2,
(Nary, "circle") => 0xc3,
(Nary, "stroke") => 0xe0,
(Nary, "fill") => 0xe1,
(Nary, "withDotter") => 0xf0,