Skip to content

Commit

Permalink
wip: webgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed May 23, 2024
1 parent f3ebe5e commit 373c622
Show file tree
Hide file tree
Showing 32 changed files with 151 additions and 1,336 deletions.
1 change: 1 addition & 0 deletions examples/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const DEFAULT_GUI_OPTIONS: GUIOptions = {
map: 'Map',
renderer: 'device',
animate: false,
enableWebGPU: false,
};

export const SEARCH_PARAMS_KEYS = ['namespace', 'name', 'snapshot'].concat(
Expand Down
55 changes: 0 additions & 55 deletions examples/demos/webgpu/heatmap_grid.ts

This file was deleted.

34 changes: 0 additions & 34 deletions examples/demos/webgpu/heatmap_normal.ts

This file was deleted.

22 changes: 0 additions & 22 deletions examples/demos/webgpu/index.ts

This file was deleted.

81 changes: 0 additions & 81 deletions examples/demos/webgpu/line_normal.ts

This file was deleted.

130 changes: 0 additions & 130 deletions examples/demos/webgpu/perf-animate.ts

This file was deleted.

63 changes: 0 additions & 63 deletions examples/demos/webgpu/perf.ts

This file was deleted.

Loading

0 comments on commit 373c622

Please sign in to comment.