|
161 | 161 | "extensible": "in",
|
162 | 162 | "members": [
|
163 | 163 | {"name": "label", "type": "char", "annotation": "const*", "length": "strlen", "optional": true},
|
164 |
| - {"name": "required features count", "type": "size_t", "default": 0}, |
165 |
| - {"name": "required features", "type": "feature name", "annotation": "const*", "length": "required features count", "default": "nullptr"}, |
| 164 | + {"name": "required feature count", "type": "size_t", "default": 0}, |
| 165 | + {"name": "required features", "type": "feature name", "annotation": "const*", "length": "required feature count", "default": "nullptr"}, |
166 | 166 | {"name": "required limits", "type": "required limits", "annotation": "const*", "optional": true},
|
167 | 167 | {"name": "default queue", "type": "queue descriptor"},
|
168 | 168 | {"name": "device lost callback", "type": "device lost callback", "default": "nullptr"},
|
|
175 | 175 | "chained": "in",
|
176 | 176 | "chain roots": ["instance descriptor", "request adapter options", "device descriptor"],
|
177 | 177 | "members": [
|
178 |
| - {"name": "enabled toggles count", "type": "size_t", "default": 0}, |
179 |
| - {"name": "enabled toggles", "type": "char", "annotation": "const*const*", "length": "enabled toggles count"}, |
180 |
| - {"name": "disabled toggles count", "type": "size_t", "default": 0}, |
181 |
| - {"name": "disabled toggles", "type": "char", "annotation": "const*const*", "length": "disabled toggles count"} |
| 178 | + {"name": "enabled toggle count", "type": "size_t", "default": 0}, |
| 179 | + {"name": "enabled toggles", "type": "char", "annotation": "const*const*", "length": "enabled toggle count"}, |
| 180 | + {"name": "disabled toggle count", "type": "size_t", "default": 0}, |
| 181 | + {"name": "disabled toggles", "type": "char", "annotation": "const*const*", "length": "disabled toggle count"} |
182 | 182 | ]
|
183 | 183 | },
|
184 | 184 | "dawn cache device descriptor" : {
|
|
2105 | 2105 | {"name": "label", "type": "char", "annotation": "const*", "length": "strlen", "optional": true},
|
2106 | 2106 | {"name": "type", "type": "query type"},
|
2107 | 2107 | {"name": "count", "type": "uint32_t"},
|
2108 |
| - {"name": "pipeline statistics", "type": "pipeline statistic name", "annotation": "const*", "length": "pipeline statistics count"}, |
2109 |
| - {"name": "pipeline statistics count", "type": "size_t", "default": "0"} |
| 2108 | + {"name": "pipeline statistics", "type": "pipeline statistic name", "annotation": "const*", "length": "pipeline statistic count"}, |
| 2109 | + {"name": "pipeline statistic count", "type": "size_t", "default": "0"} |
2110 | 2110 | ]
|
2111 | 2111 | },
|
2112 | 2112 | "query type": {
|
|
2348 | 2348 | "extensible": "in",
|
2349 | 2349 | "members": [
|
2350 | 2350 | {"name": "label", "type": "char", "annotation": "const*", "length": "strlen", "optional": true},
|
2351 |
| - {"name": "color formats count", "type": "size_t"}, |
2352 |
| - {"name": "color formats", "type": "texture format", "annotation": "const*", "length": "color formats count"}, |
| 2351 | + {"name": "color format count", "type": "size_t"}, |
| 2352 | + {"name": "color formats", "type": "texture format", "annotation": "const*", "length": "color format count"}, |
2353 | 2353 | {"name": "depth stencil format", "type": "texture format", "default": "undefined"},
|
2354 | 2354 | {"name": "sample count", "type": "uint32_t", "default": "1"},
|
2355 | 2355 | {"name": "depth read only", "type": "bool", "default": "false"},
|
|
0 commit comments