Return value for createCapture.
Texture to be used as view to render to.
Represents the output buffer of the rendered texture. Can then be used to access and retrieve raw image data.
UNSTABLE: Utilities for working with the Web GPU API
Return value for createCapture.
Texture to be used as view to render to.
Represents the output buffer of the rendered texture. Can then be used to access and retrieve raw image data.
Add Package
deno add jsr:@std/webgpu
Import symbol
import { type CreateCapture } from "@std/webgpu/create-capture";
Import directly with a jsr specifier
import { type CreateCapture } from "jsr:@std/webgpu/create-capture";
Add Package
bunx jsr add @std/webgpu
Import symbol
import { type CreateCapture } from "@std/webgpu/create-capture";