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

x/daybreak/src/wgpu/consts.ts>WGPUTextureViewDimension

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

Members

Cube = 4
CubeArray = 5
N1D = 1
N2D = 2
N2DArray = 3
N3D = 6
Undefined = 0