Skip to main content
Home

@std/webgpu@0.224.9

Works with
This package works with Deno, BrowsersIt is unknown whether this package works with Bun
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score94%
Downloads23/wk
Published3 months ago (0.224.9)

UNSTABLE: Utilities for working with the Web GPU API

interface CreateCapture

Return value for createCapture.

Properties

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.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/webgpu

Import symbol

import { type CreateCapture } from "@std/webgpu/create-capture";
or

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";