Skip to main content

@std/webgpu@0.224.8
Built and signed on GitHub Actions

UNSTABLE: Utilities for working with the Web GPU API

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 Score
100%
Published
a week ago (0.224.8)

default

Utilities for interacting with the WebGPU API.

v
BYTES_PER_PIXEL

Number of bytes per pixel.

v
COPY_BYTES_PER_ROW_ALIGNMENT

Buffer-Texture copies must have [bytes_per_row] aligned to this number.

I
CreateCapture

Return value for createCapture.

f
createCapture

Creates a texture and buffer to use as a capture.

f
createTextureWithData

Create a GPUTexture with data.

f
describeTextureFormat

Get various information about a specific GPUTextureFormat.

f
getRowPadding

Calculates the number of bytes including necessary padding when passing a GPUImageCopyBuffer.

I
Padding

Return value for getRowPadding.

f
resliceBufferWithPadding

Creates a new buffer while removing any unnecessary empty bytes. Useful for when wanting to save an image as a specific format.

I
CreateCapture

Return value for createCapture.

f
createCapture

Creates a texture and buffer to use as a capture.

f
describeTextureFormat

Get various information about a specific GPUTextureFormat.

v
BYTES_PER_PIXEL

Number of bytes per pixel.

v
COPY_BYTES_PER_ROW_ALIGNMENT

Buffer-Texture copies must have [bytes_per_row] aligned to this number.

f
getRowPadding

Calculates the number of bytes including necessary padding when passing a GPUImageCopyBuffer.

I
Padding

Return value for getRowPadding.

f
resliceBufferWithPadding

Creates a new buffer while removing any unnecessary empty bytes. Useful for when wanting to save an image as a specific format.

f
createTextureWithData

Create a GPUTexture with data.