gpu: add Color

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 14:42:08 -07:00 committed by Stephen Gutekanst
parent 5bce559ce4
commit a7b0a50dd4
3 changed files with 10 additions and 9 deletions

View file

@ -351,13 +351,6 @@ typedef struct WGPUFragmentState {
typedef struct WGPUColor {
double r;
double g;
double b;
double a;
} WGPUColor;
typedef struct WGPUComputePassTimestampWrite {
WGPUQuerySet querySet;
uint32_t queryIndex;