gpu: improve how limits are represented
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
070126b85d
commit
39ab0105a9
6 changed files with 36 additions and 25 deletions
|
|
@ -955,11 +955,6 @@ typedef struct WGPURenderPassColorAttachment {
|
|||
WGPUColor clearValue;
|
||||
} WGPURenderPassColorAttachment;
|
||||
|
||||
typedef struct WGPURequiredLimits {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
WGPULimits limits;
|
||||
} WGPURequiredLimits;
|
||||
|
||||
typedef struct WGPUTextureDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue