Skip to content

Commit 05e22ac

Browse files
authored
bump @webgpu/types to v0.1.63 (#4413)
1 parent f815f73 commit 05e22ac

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/w3c-image-capture": "^1.0.10",
5151
"@typescript-eslint/eslint-plugin": "^6.9.1",
5252
"@typescript-eslint/parser": "^6.9.1",
53-
"@webgpu/types": "^0.1.61",
53+
"@webgpu/types": "^0.1.63",
5454
"ansi-colors": "4.1.3",
5555
"babel-plugin-add-header-comment": "^1.0.3",
5656
"babel-plugin-const-enum": "^1.2.0",

src/webgpu/capability_info.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,7 @@ export const kFeatureNameInfo: {
908908
'subgroups': {},
909909
'core-features-and-limits': {},
910910
'texture-formats-tier1': {},
911+
'texture-formats-tier2': {},
911912
};
912913
/** List of all GPUFeatureName values. */
913914
export const kFeatureNames = keysOf(kFeatureNameInfo);

0 commit comments

Comments
 (0)