Module

std/webgpu/row_padding.ts

The Deno Standard Library
Latest
import * as mod from "https://dotland.deno.dev/std@0.224.0/webgpu/row_padding.ts";

Variables

Number of bytes per pixel.

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

Functions

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.

Interfaces

Return value for getRowPadding.