wgpu/deno_webgpu/00_init.js
2025-02-13 04:17:00 -08:00

8 lines
194 B
JavaScript

// Copyright 2018-2025 the Deno authors. MIT license.
import { core } from "ext:core/mod.js";
const loadWebGPU = core.createLazyLoader("ext:deno_webgpu/01_webgpu.js");
export { loadWebGPU };