Default values can be set using WGPU_TEXEL_COPY_BUFFER_LAYOUT_INIT as initializer.
Definition at line 3205 of file webgpu.h.
◆ offset
uint64_t WGPUTexelCopyBufferLayout::offset |
◆ bytesPerRow
uint32_t WGPUTexelCopyBufferLayout::bytesPerRow |
Defaults to WGPU_COPY_STRIDE_UNDEFINED.
Definition at line 3213 of file webgpu.h.
◆ rowsPerImage
uint32_t WGPUTexelCopyBufferLayout::rowsPerImage |
Defaults to WGPU_COPY_STRIDE_UNDEFINED.
Definition at line 3217 of file webgpu.h.