Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
UNSTABLE: Utilities for working with the Web GPU API
default
Utilities for interacting with the WebGPU API.
Number of bytes per pixel.
Buffer-Texture copies must have [bytes_per_row
] aligned to this number.
Creates a texture and buffer to use as a capture.
Create a GPUTexture
with data.
Get various information about a specific GPUTextureFormat
.
Calculates the number of bytes including necessary padding when passing a
GPUImageCopyBuffer
.
Creates a new buffer while removing any unnecessary empty bytes. Useful for when wanting to save an image as a specific format.
Return type for describeTextureFormat
.
Creates a texture and buffer to use as a capture.
Get various information about a specific GPUTextureFormat
.
Return type for describeTextureFormat
.
Number of bytes per pixel.
Buffer-Texture copies must have [bytes_per_row
] aligned to this number.
Calculates the number of bytes including necessary padding when passing a
GPUImageCopyBuffer
.
Creates a new buffer while removing any unnecessary empty bytes. Useful for when wanting to save an image as a specific format.
Create a GPUTexture
with data.