gpu: improve how limits are represented

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-07 22:55:24 -07:00 committed by Stephen Gutekanst
parent 070126b85d
commit 39ab0105a9
6 changed files with 36 additions and 25 deletions

View file

@ -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;