Skip to content

Commit

Permalink
vulkan: Add 279 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Mar 1, 2024
1 parent c18e5f8 commit e0f9ad5
Show file tree
Hide file tree
Showing 2 changed files with 9,380 additions and 2 deletions.
19 changes: 17 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-278.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.278",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-279.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.279",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -1727,6 +1727,15 @@
}
}
},
"VkPhysicalDeviceRawAccessChainsFeaturesNV": {
"type": "object",
"additionalProperties": false,
"properties": {
"shaderRawAccessChains": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceRayQueryFeaturesKHR": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -7125,6 +7134,9 @@
"VK_NV_present_barrier": {
"type": "integer"
},
"VK_NV_raw_access_chains": {
"type": "integer"
},
"VK_NV_ray_tracing": {
"type": "integer"
},
Expand Down Expand Up @@ -7654,6 +7666,9 @@
"VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM": {
"$ref": "#/definitions/VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT"
},
"VkPhysicalDeviceRawAccessChainsFeaturesNV": {
"$ref": "#/definitions/VkPhysicalDeviceRawAccessChainsFeaturesNV"
},
"VkPhysicalDeviceRayQueryFeaturesKHR": {
"$ref": "#/definitions/VkPhysicalDeviceRayQueryFeaturesKHR"
},
Expand Down
Loading

0 comments on commit e0f9ad5

Please sign in to comment.