From bb86f42591c5e11514a5b3494595a164f06ae117 Mon Sep 17 00:00:00 2001 From: Dean Srebnik <49134864+load1n9@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:09:48 -0500 Subject: [PATCH] feat: webgpu wrapper --- ext/canvas.ts | 1 - ext/webgpu.ts | 2 -- 2 files changed, 3 deletions(-) diff --git a/ext/canvas.ts b/ext/canvas.ts index 73927b6..4486d57 100644 --- a/ext/canvas.ts +++ b/ext/canvas.ts @@ -1,4 +1,3 @@ -/// import type { Canvas, CanvasRenderingContext2D } from "jsr:@gfx/canvas@0.5.8"; import { createCanvas } from "jsr:@gfx/canvas@0.5.8"; diff --git a/ext/webgpu.ts b/ext/webgpu.ts index daeb457..d439f8d 100644 --- a/ext/webgpu.ts +++ b/ext/webgpu.ts @@ -1,5 +1,3 @@ -/// - import type { CreateWindowOptions, DwmWindow,