Skip to content

Commit

Permalink
vulkan: Add 289 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Jul 1, 2024
1 parent 14c3e00 commit 8645252
Show file tree
Hide file tree
Showing 2 changed files with 9,580 additions and 2 deletions.
60 changes: 58 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-288.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.288",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-289.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.289",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -1325,6 +1325,15 @@
}
}
},
"VkPhysicalDeviceMaintenance7FeaturesKHR": {
"type": "object",
"additionalProperties": false,
"properties": {
"maintenance7": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceMapMemoryPlacedFeaturesEXT": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -4230,6 +4239,11 @@
}
}
},
"VkPhysicalDeviceLayeredApiPropertiesListKHR": {
"type": "object",
"additionalProperties": false,
"properties": {}
},
"VkLayeredDriverUnderlyingApiMSFT": {
"enum": [
"VK_LAYERED_DRIVER_UNDERLYING_API_D3D12_MSFT",
Expand Down Expand Up @@ -4323,6 +4337,36 @@
}
}
},
"VkPhysicalDeviceMaintenance7PropertiesKHR": {
"type": "object",
"additionalProperties": false,
"properties": {
"maxDescriptorSetTotalBuffersDynamic": {
"$ref": "#/definitions/uint32_t"
},
"maxDescriptorSetTotalStorageBuffersDynamic": {
"$ref": "#/definitions/uint32_t"
},
"maxDescriptorSetTotalUniformBuffersDynamic": {
"$ref": "#/definitions/uint32_t"
},
"maxDescriptorSetUpdateAfterBindTotalBuffersDynamic": {
"$ref": "#/definitions/uint32_t"
},
"maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic": {
"$ref": "#/definitions/uint32_t"
},
"maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic": {
"$ref": "#/definitions/uint32_t"
},
"robustFragmentShadingRateAttachmentAccess": {
"type": "boolean"
},
"separateDepthStencilAttachmentAccess": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceMapMemoryPlacedPropertiesEXT": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -6883,6 +6927,9 @@
"VK_KHR_maintenance6": {
"type": "integer"
},
"VK_KHR_maintenance7": {
"type": "integer"
},
"VK_KHR_map_memory2": {
"type": "integer"
},
Expand Down Expand Up @@ -7631,6 +7678,9 @@
"VkPhysicalDeviceMaintenance6FeaturesKHR": {
"$ref": "#/definitions/VkPhysicalDeviceMaintenance6FeaturesKHR"
},
"VkPhysicalDeviceMaintenance7FeaturesKHR": {
"$ref": "#/definitions/VkPhysicalDeviceMaintenance7FeaturesKHR"
},
"VkPhysicalDeviceMapMemoryPlacedFeaturesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceMapMemoryPlacedFeaturesEXT"
},
Expand Down Expand Up @@ -8169,6 +8219,9 @@
"VkPhysicalDeviceInlineUniformBlockPropertiesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceInlineUniformBlockProperties"
},
"VkPhysicalDeviceLayeredApiPropertiesListKHR": {
"$ref": "#/definitions/VkPhysicalDeviceLayeredApiPropertiesListKHR"
},
"VkPhysicalDeviceLayeredDriverPropertiesMSFT": {
"$ref": "#/definitions/VkPhysicalDeviceLayeredDriverPropertiesMSFT"
},
Expand Down Expand Up @@ -8199,6 +8252,9 @@
"VkPhysicalDeviceMaintenance6PropertiesKHR": {
"$ref": "#/definitions/VkPhysicalDeviceMaintenance6PropertiesKHR"
},
"VkPhysicalDeviceMaintenance7PropertiesKHR": {
"$ref": "#/definitions/VkPhysicalDeviceMaintenance7PropertiesKHR"
},
"VkPhysicalDeviceMapMemoryPlacedPropertiesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceMapMemoryPlacedPropertiesEXT"
},
Expand Down
Loading

0 comments on commit 8645252

Please sign in to comment.