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

Data Fields

uint32_t x
 
uint32_t y
 
uint32_t z
 

Detailed Description

Default values can be set using WGPU_ORIGIN_3D_INIT as initializer.

Definition at line 2348 of file webgpu.h.

Field Documentation

◆ x

uint32_t WGPUOrigin3D::x

The INIT macro sets this to 0.

Definition at line 2352 of file webgpu.h.

◆ y

uint32_t WGPUOrigin3D::y

The INIT macro sets this to 0.

Definition at line 2356 of file webgpu.h.

◆ z

uint32_t WGPUOrigin3D::z

The INIT macro sets this to 0.

Definition at line 2360 of file webgpu.h.