Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/daybreak/src/wgpu/mod.ts>WGPUExtent3D

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Go to Latest
interface WGPUExtent3D
import { type WGPUExtent3D } from "https://deno.land/x/daybreak@v0.0.6/src/wgpu/mod.ts";

Properties

width: number
height: number
depthOrArrayLayers: number