gpu: add Color type
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2ec3496478
commit
2890aa48ea
2 changed files with 7 additions and 7 deletions
|
|
@ -13,13 +13,6 @@ typedef struct WGPUBufferDescriptor {
|
|||
bool mappedAtCreation;
|
||||
} WGPUBufferDescriptor;
|
||||
|
||||
typedef struct WGPUColor {
|
||||
double r;
|
||||
double g;
|
||||
double b;
|
||||
double a;
|
||||
} WGPUColor;
|
||||
|
||||
typedef struct WGPUCommandBufferDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label; // nullable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue