new! fast! WebGL renderer

This commit is contained in:
りき萌 2024-09-03 22:16:28 +02:00
parent bf4d538651
commit 83754a0282
6 changed files with 408 additions and 36 deletions

View file

@ -211,6 +211,7 @@ function readUrl(urlString) {
chunk.ctx.globalCompositeOperation = "copy";
chunk.ctx.drawImage(bitmap, 0, 0);
chunk.syncToPixmap();
chunk.markModified();
}),
);
}