Skip to content

Commit

Permalink
vulkan: Add 270 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Nov 10, 2023
1 parent 355a037 commit 122f9c0
Show file tree
Hide file tree
Showing 2 changed files with 9,079 additions and 4 deletions.
23 changes: 19 additions & 4 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-269.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.269",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-270.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.270",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -1754,6 +1754,15 @@
}
}
},
"VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG": {
"type": "object",
"additionalProperties": false,
"properties": {
"relaxedLineRasterization": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -6450,6 +6459,9 @@
"VK_IMG_format_pvrtc": {
"type": "integer"
},
"VK_IMG_relaxed_line_rasterization": {
"type": "integer"
},
"VK_INTEL_performance_query": {
"type": "integer"
},
Expand Down Expand Up @@ -7414,6 +7426,9 @@
"VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR": {
"$ref": "#/definitions/VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR"
},
"VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG": {
"$ref": "#/definitions/VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG"
},
"VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV": {
"$ref": "#/definitions/VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV"
},
Expand Down Expand Up @@ -8980,8 +8995,6 @@
}
}
}
},
}
},
"profiles": {
"description": "The list of required profiles by the profile.",
Expand All @@ -8990,6 +9003,8 @@
"uniqueItems": true,
"items": {
"type": "string"
}
},
"capabilities": {
"description": "The list of required capability sets that can be referenced by a profile.",
"type": "array",
Expand Down
Loading

0 comments on commit 122f9c0

Please sign in to comment.