As of November 4, 2024, this name is no longer defined by a Web Platform specification
Definition
WebGPU defines GPUImageDataLayout
dictionary GPUImageDataLayout {
GPUSize64 offset = 0;
GPUSize32 bytesPerRow;
GPUSize32 rowsPerImage;
};