Halide
WGPUTextureDataLayout Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
uint64_t offset
 
uint32_t bytesPerRow
 
uint32_t rowsPerImage
 

Detailed Description

Definition at line 1141 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUTextureDataLayout::nextInChain

Definition at line 1142 of file mini_webgpu.h.

◆ offset

uint64_t WGPUTextureDataLayout::offset

Definition at line 1143 of file mini_webgpu.h.

◆ bytesPerRow

uint32_t WGPUTextureDataLayout::bytesPerRow

Definition at line 1144 of file mini_webgpu.h.

◆ rowsPerImage

uint32_t WGPUTextureDataLayout::rowsPerImage

Definition at line 1145 of file mini_webgpu.h.


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