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

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

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

Properties

texture: wgpu.WGPUTexture
mipLevel: number
origin: wgpu.WGPUOrigin3D
aspect: wgpu.WGPUTextureAspect
nextInChain: wgpu.WGPUChainedStruct
sType: wgpu.WGPUSType