WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUTextureDataLayout Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
uint64_t offset
 
uint32_t bytesPerRow
 
uint32_t rowsPerImage
 

Detailed Description

Definition at line 1178 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUTextureDataLayout::nextInChain

Definition at line 1179 of file webgpu.h.

◆ offset

uint64_t WGPUTextureDataLayout::offset

Definition at line 1180 of file webgpu.h.

◆ bytesPerRow

uint32_t WGPUTextureDataLayout::bytesPerRow

Definition at line 1181 of file webgpu.h.

◆ rowsPerImage

uint32_t WGPUTextureDataLayout::rowsPerImage

Definition at line 1182 of file webgpu.h.