WebGPU Headers: WGPUTexelCopyBufferLayout Struct Reference
Loading...
Searching...
No Matches
WGPUTexelCopyBufferLayout Struct Reference
Data Fields | |
| uint64_t | offset |
| uint32_t | bytesPerRow |
| uint32_t | rowsPerImage |
Detailed Description
Default values can be set using WGPU_TEXEL_COPY_BUFFER_LAYOUT_INIT as initializer.
Field Documentation
◆ offset
uint64_t WGPUTexelCopyBufferLayout::offset
◆ bytesPerRow
uint32_t WGPUTexelCopyBufferLayout::bytesPerRow
The INIT macro sets this to WGPU_COPY_STRIDE_UNDEFINED.
◆ rowsPerImage
uint32_t WGPUTexelCopyBufferLayout::rowsPerImage
The INIT macro sets this to WGPU_COPY_STRIDE_UNDEFINED.