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

Data Fields

double r
 
double g
 
double b
 
double a
 

Detailed Description

Default values can be set using WGPU_COLOR_INIT as initializer.

Definition at line 1726 of file webgpu.h.

Field Documentation

◆ r

double WGPUColor::r

Defaults to 0..

Definition at line 1730 of file webgpu.h.

◆ g

double WGPUColor::g

Defaults to 0..

Definition at line 1734 of file webgpu.h.

◆ b

double WGPUColor::b

Defaults to 0..

Definition at line 1738 of file webgpu.h.

◆ a

double WGPUColor::a

Defaults to 0..

Definition at line 1742 of file webgpu.h.