Skip to content

Commit

Permalink
vulkan: Add 282 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Apr 16, 2024
1 parent aeaa667 commit 1a4a9b5
Show file tree
Hide file tree
Showing 2 changed files with 9,386 additions and 2 deletions.
7 changes: 5 additions & 2 deletions vulkan/profiles-0.8-latest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-281.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.281",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-282.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.282",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -8979,6 +8979,9 @@
"VK_FORMAT_R16G16_S10_5_NV": {
"$ref": "#/definitions/formatProperties"
},
"VK_FORMAT_R16G16_SFIXED5_NV": {
"$ref": "#/definitions/formatProperties"
},
"VK_FORMAT_R16G16_SFLOAT": {
"$ref": "#/definitions/formatProperties"
},
Expand Down
Loading

0 comments on commit 1a4a9b5

Please sign in to comment.