gpu: add ConstantEntry
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5a8585faa1
commit
79e80467ca
3 changed files with 8 additions and 6 deletions
|
|
@ -107,12 +107,6 @@ typedef struct WGPURenderPipelineDescriptor {
|
|||
|
||||
|
||||
|
||||
typedef struct WGPUConstantEntry {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * key;
|
||||
double value;
|
||||
} WGPUConstantEntry;
|
||||
|
||||
// TODO: Dawn-specific?
|
||||
typedef struct WGPUCopyTextureForBrowserOptions {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue