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

Definition at line 867 of file webgpu.h.

Field Documentation

◆ r

double WGPUColor::r

Definition at line 868 of file webgpu.h.

◆ g

double WGPUColor::g

Definition at line 869 of file webgpu.h.

◆ b

double WGPUColor::b

Definition at line 870 of file webgpu.h.

◆ a

double WGPUColor::a

Definition at line 871 of file webgpu.h.