Skip to content

Commit

Permalink
vulkan: Add 262 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Aug 25, 2023
1 parent 891a3c6 commit f7eb9b1
Show file tree
Hide file tree
Showing 2 changed files with 8,805 additions and 2 deletions.
76 changes: 74 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.1-261.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.261",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.1-262.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.262",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -524,6 +524,24 @@
}
}
},
"VkPhysicalDeviceCubicClampFeaturesQCOM": {
"type": "object",
"additionalProperties": false,
"properties": {
"cubicRangeClamp": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceCubicWeightsFeaturesQCOM": {
"type": "object",
"additionalProperties": false,
"properties": {
"selectableCubicWeights": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceCustomBorderColorFeaturesEXT": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -1067,6 +1085,15 @@
}
}
},
"VkPhysicalDeviceImageProcessing2FeaturesQCOM": {
"type": "object",
"additionalProperties": false,
"properties": {
"textureBlockMatch2": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceImageProcessingFeaturesQCOM": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -2423,6 +2450,15 @@
}
}
},
"VkPhysicalDeviceYcbcrDegammaFeaturesQCOM": {
"type": "object",
"additionalProperties": false,
"properties": {
"ycbcrDegamma": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceYcbcrImageArraysFeaturesEXT": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -3759,6 +3795,15 @@
}
}
},
"VkPhysicalDeviceImageProcessing2PropertiesQCOM": {
"type": "object",
"additionalProperties": false,
"properties": {
"maxBlockMatchWindow": {
"$ref": "#/definitions/VkExtent2D"
}
}
},
"VkPhysicalDeviceImageProcessingPropertiesQCOM": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -6616,12 +6661,21 @@
"VK_NV_win32_keyed_mutex": {
"type": "integer"
},
"VK_QCOM_filter_cubic_clamp": {
"type": "integer"
},
"VK_QCOM_filter_cubic_weights": {
"type": "integer"
},
"VK_QCOM_fragment_density_map_offset": {
"type": "integer"
},
"VK_QCOM_image_processing": {
"type": "integer"
},
"VK_QCOM_image_processing2": {
"type": "integer"
},
"VK_QCOM_multiview_per_view_render_areas": {
"type": "integer"
},
Expand All @@ -6643,6 +6697,9 @@
"VK_QCOM_tile_properties": {
"type": "integer"
},
"VK_QCOM_ycbcr_degamma": {
"type": "integer"
},
"VK_QNX_external_memory_screen_buffer": {
"type": "integer"
},
Expand Down Expand Up @@ -6755,6 +6812,12 @@
"VkPhysicalDeviceCoverageReductionModeFeaturesNV": {
"$ref": "#/definitions/VkPhysicalDeviceCoverageReductionModeFeaturesNV"
},
"VkPhysicalDeviceCubicClampFeaturesQCOM": {
"$ref": "#/definitions/VkPhysicalDeviceCubicClampFeaturesQCOM"
},
"VkPhysicalDeviceCubicWeightsFeaturesQCOM": {
"$ref": "#/definitions/VkPhysicalDeviceCubicWeightsFeaturesQCOM"
},
"VkPhysicalDeviceCustomBorderColorFeaturesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceCustomBorderColorFeaturesEXT"
},
Expand Down Expand Up @@ -6881,6 +6944,9 @@
"VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT"
},
"VkPhysicalDeviceImageProcessing2FeaturesQCOM": {
"$ref": "#/definitions/VkPhysicalDeviceImageProcessing2FeaturesQCOM"
},
"VkPhysicalDeviceImageProcessingFeaturesQCOM": {
"$ref": "#/definitions/VkPhysicalDeviceImageProcessingFeaturesQCOM"
},
Expand Down Expand Up @@ -7265,6 +7331,9 @@
"VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT"
},
"VkPhysicalDeviceYcbcrDegammaFeaturesQCOM": {
"$ref": "#/definitions/VkPhysicalDeviceYcbcrDegammaFeaturesQCOM"
},
"VkPhysicalDeviceYcbcrImageArraysFeaturesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceYcbcrImageArraysFeaturesEXT"
},
Expand Down Expand Up @@ -7392,6 +7461,9 @@
"VkPhysicalDeviceIDPropertiesKHR": {
"$ref": "#/definitions/VkPhysicalDeviceIDProperties"
},
"VkPhysicalDeviceImageProcessing2PropertiesQCOM": {
"$ref": "#/definitions/VkPhysicalDeviceImageProcessing2PropertiesQCOM"
},
"VkPhysicalDeviceImageProcessingPropertiesQCOM": {
"$ref": "#/definitions/VkPhysicalDeviceImageProcessingPropertiesQCOM"
},
Expand Down
Loading

0 comments on commit f7eb9b1

Please sign in to comment.