mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
8 lines
215 B
JavaScript
8 lines
215 B
JavaScript
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||
|
|
||
|
import { core } from "ext:core/mod.js";
|
||
|
|
||
|
const loadWebGPU = core.createLazyLoader("ext:deno_webgpu/01_webgpu.js");
|
||
|
|
||
|
export { loadWebGPU };
|