gpu: add Color
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5bce559ce4
commit
a7b0a50dd4
3 changed files with 10 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue