[oden] Circles work

This commit is contained in:
John Doty 2023-08-25 15:32:35 -07:00
parent 26a3939012
commit 020bb8f124
7 changed files with 83 additions and 51 deletions

View file

@ -15,6 +15,8 @@ export function spr(
sh: number
);
export function circle(x: number, y: number, r: number, s: number);
export function create_texture(
buffer: ArrayBuffer,
label: string | undefined