WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
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 2260 of file webgpu.h.

Field Documentation

◆ x

uint32_t WGPUOrigin3D::x

The INIT macro sets this to 0.

Definition at line 2264 of file webgpu.h.

◆ y

uint32_t WGPUOrigin3D::y

The INIT macro sets this to 0.

Definition at line 2268 of file webgpu.h.

◆ z

uint32_t WGPUOrigin3D::z

The INIT macro sets this to 0.

Definition at line 2272 of file webgpu.h.