Skip to content

Commit

Permalink
vulkan: Add 285 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed May 13, 2024
1 parent 12cc7f9 commit 5813749
Show file tree
Hide file tree
Showing 2 changed files with 9,464 additions and 2 deletions.
31 changes: 29 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-284.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.284",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-285.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.285",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -1121,6 +1121,15 @@
}
}
},
"VkPhysicalDeviceImageAlignmentControlFeaturesMESA": {
"type": "object",
"additionalProperties": false,
"properties": {
"imageAlignmentControl": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceImageCompressionControlFeaturesEXT": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -4145,6 +4154,15 @@
}
}
},
"VkPhysicalDeviceImageAlignmentControlPropertiesMESA": {
"type": "object",
"additionalProperties": false,
"properties": {
"supportedImageAlignmentMask": {
"$ref": "#/definitions/uint32_t"
}
}
},
"VkPhysicalDeviceImageProcessing2PropertiesQCOM": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -7032,6 +7050,9 @@
"VK_LUNARG_direct_driver_loading": {
"type": "integer"
},
"VK_MESA_image_alignment_control": {
"type": "integer"
},
"VK_MSFT_layered_driver": {
"type": "integer"
},
Expand Down Expand Up @@ -7507,6 +7528,9 @@
"VkPhysicalDeviceImage2DViewOf3DFeaturesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceImage2DViewOf3DFeaturesEXT"
},
"VkPhysicalDeviceImageAlignmentControlFeaturesMESA": {
"$ref": "#/definitions/VkPhysicalDeviceImageAlignmentControlFeaturesMESA"
},
"VkPhysicalDeviceImageCompressionControlFeaturesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceImageCompressionControlFeaturesEXT"
},
Expand Down Expand Up @@ -8099,6 +8123,9 @@
"VkPhysicalDeviceIDPropertiesKHR": {
"$ref": "#/definitions/VkPhysicalDeviceIDProperties"
},
"VkPhysicalDeviceImageAlignmentControlPropertiesMESA": {
"$ref": "#/definitions/VkPhysicalDeviceImageAlignmentControlPropertiesMESA"
},
"VkPhysicalDeviceImageProcessing2PropertiesQCOM": {
"$ref": "#/definitions/VkPhysicalDeviceImageProcessing2PropertiesQCOM"
},
Expand Down
Loading

0 comments on commit 5813749

Please sign in to comment.