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

Data Fields

uint32_t width
 
uint32_t height
 
uint32_t depthOrArrayLayers
 

Detailed Description

Definition at line 909 of file webgpu.h.

Field Documentation

◆ width

uint32_t WGPUExtent3D::width

Definition at line 910 of file webgpu.h.

◆ height

uint32_t WGPUExtent3D::height

Definition at line 911 of file webgpu.h.

◆ depthOrArrayLayers

uint32_t WGPUExtent3D::depthOrArrayLayers

Definition at line 912 of file webgpu.h.