Skip to content

Commit

Permalink
vulkan: Add 272 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Dec 2, 2023
1 parent 21fbd19 commit b0f5856
Show file tree
Hide file tree
Showing 2 changed files with 9,128 additions and 2 deletions.
37 changes: 35 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-271.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.271",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-272.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.272",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -1763,6 +1763,15 @@
}
}
},
"VkPhysicalDeviceRenderPassStripedFeaturesARM": {
"type": "object",
"additionalProperties": false,
"properties": {
"renderPassStriped": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -4602,6 +4611,18 @@
}
}
},
"VkPhysicalDeviceRenderPassStripedPropertiesARM": {
"type": "object",
"additionalProperties": false,
"properties": {
"maxRenderPassStripes": {
"$ref": "#/definitions/uint32_t"
},
"renderPassStripeGranularity": {
"$ref": "#/definitions/VkExtent2D"
}
}
},
"VkPhysicalDeviceRobustness2PropertiesEXT": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -6024,6 +6045,9 @@
"VK_ARM_rasterization_order_attachment_access": {
"type": "integer"
},
"VK_ARM_render_pass_striped": {
"type": "integer"
},
"VK_ARM_scheduling_controls": {
"type": "integer"
},
Expand Down Expand Up @@ -6216,6 +6240,9 @@
"VK_EXT_inline_uniform_block": {
"type": "integer"
},
"VK_EXT_layer_settings": {
"type": "integer"
},
"VK_EXT_legacy_dithering": {
"type": "integer"
},
Expand Down Expand Up @@ -7429,6 +7456,9 @@
"VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG": {
"$ref": "#/definitions/VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG"
},
"VkPhysicalDeviceRenderPassStripedFeaturesARM": {
"$ref": "#/definitions/VkPhysicalDeviceRenderPassStripedFeaturesARM"
},
"VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV": {
"$ref": "#/definitions/VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV"
},
Expand Down Expand Up @@ -7871,6 +7901,9 @@
"VkPhysicalDeviceRayTracingPropertiesNV": {
"$ref": "#/definitions/VkPhysicalDeviceRayTracingPropertiesNV"
},
"VkPhysicalDeviceRenderPassStripedPropertiesARM": {
"$ref": "#/definitions/VkPhysicalDeviceRenderPassStripedPropertiesARM"
},
"VkPhysicalDeviceRobustness2PropertiesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceRobustness2PropertiesEXT"
},
Expand Down
Loading

0 comments on commit b0f5856

Please sign in to comment.