Skip to content

Commit

Permalink
feat: webgpu wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
load1n9 committed Nov 4, 2024
1 parent 4227e5c commit bb86f42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ext/canvas.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="../types.d.ts" />
import type { Canvas, CanvasRenderingContext2D } from "jsr:@gfx/[email protected]";
import { createCanvas } from "jsr:@gfx/[email protected]";

Expand Down
2 changes: 0 additions & 2 deletions ext/webgpu.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference types="../types.d.ts" />

import type {
CreateWindowOptions,
DwmWindow,
Expand Down

0 comments on commit bb86f42

Please sign in to comment.