Skip to content

Commit 65717c4

Browse files
committed
update schema
1 parent 1138eca commit 65717c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"type": "string"
8686
},
8787
"metalAPIValidation": {
88-
"description": "Whether to enable Metal API validation.",
89-
"markdownDescription":"Whether to enable Metal API validation.",
88+
"description": "The API Validation layer checks for code that calls the Metal API incorrectly, including errors in creating resources, encoding Metal commands, and performing other common tasks.",
89+
"markdownDescription": "The API Validation layer checks for code that calls the Metal API incorrectly,\nincluding errors in creating resources, encoding Metal commands, and performing\nother common tasks.\n\n> **_NOTE:_** The API Validation layer has a small, but measureable, impact on\n> CPU performance.\n\nBy default, a `PrivacyInfo.xcprivacy` is on,\n\nFor more details, read Apple's documentation on\n[Validating your app’s Metal API usage](https://developer.apple.com/documentation/xcode/validating-your-apps-metal-api-usage/).\n\n<details>\n<summary>History</summary>\n</details>",
9090
"type": "boolean"
9191
},
9292
"privacyManifest": {

0 commit comments

Comments
 (0)