Skip to main content
Module

std/webgpu/mod.ts

The Deno Standard Library
Go to Latest
File
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
/** * Utilities for interacting with the * {@link https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API | WebGPU API}. * * @module */
export * from "./create_capture.ts";export * from "./describe_texture_format.ts";export * from "./row_padding.ts";export * from "./texture_with_data.ts";