WebGPU Native  v0.1.0
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 1185 of file webgpu.h.

Field Documentation

◆ bytesPerRow

uint32_t WGPUTextureDataLayout::bytesPerRow

Definition at line 1188 of file webgpu.h.

◆ nextInChain

WGPUChainedStruct const* WGPUTextureDataLayout::nextInChain

Definition at line 1186 of file webgpu.h.

◆ offset

uint64_t WGPUTextureDataLayout::offset

Definition at line 1187 of file webgpu.h.

◆ rowsPerImage

uint32_t WGPUTextureDataLayout::rowsPerImage

Definition at line 1189 of file webgpu.h.


The documentation for this struct was generated from the following file: