File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2306,7 +2306,7 @@ typedef struct WGPULimits {
2306
2306
*/
2307
2307
uint32_t maxComputeWorkgroupsPerDimension;
2308
2308
/* *
2309
- * The `INIT` macro sets this to `0` .
2309
+ * The `INIT` macro sets this to @ref WGPU_LIMIT_U32_UNDEFINED .
2310
2310
*/
2311
2311
uint32_t maxImmediateSize;
2312
2312
} WGPULimits WGPU_STRUCTURE_ATTRIBUTE;
@@ -2347,7 +2347,7 @@ typedef struct WGPULimits {
2347
2347
/* .maxComputeWorkgroupSizeY=*/ WGPU_LIMIT_U32_UNDEFINED _wgpu_COMMA \
2348
2348
/* .maxComputeWorkgroupSizeZ=*/ WGPU_LIMIT_U32_UNDEFINED _wgpu_COMMA \
2349
2349
/* .maxComputeWorkgroupsPerDimension=*/ WGPU_LIMIT_U32_UNDEFINED _wgpu_COMMA \
2350
- /* .maxImmediateSize=*/ 0 _wgpu_COMMA \
2350
+ /* .maxImmediateSize=*/ WGPU_LIMIT_U32_UNDEFINED _wgpu_COMMA \
2351
2351
})
2352
2352
2353
2353
/* *
Original file line number Diff line number Diff line change @@ -2312,6 +2312,7 @@ structs:
2312
2312
doc : |
2313
2313
TODO
2314
2314
type : uint32
2315
+ default : constant.limit_u32_undefined
2315
2316
- name : multisample_state
2316
2317
doc : |
2317
2318
TODO
You can’t perform that action at this time.
0 commit comments