Skip to content

Commit

Permalink
vulkan: Add 280 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Mar 8, 2024
1 parent e0f9ad5 commit ae90036
Show file tree
Hide file tree
Showing 2 changed files with 9,395 additions and 2 deletions.
19 changes: 17 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-279.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.279",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-280.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.280",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -1808,6 +1808,15 @@
}
}
},
"VkPhysicalDeviceRayTracingValidationFeaturesNV": {
"type": "object",
"additionalProperties": false,
"properties": {
"rayTracingValidation": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -7146,6 +7155,9 @@
"VK_NV_ray_tracing_motion_blur": {
"type": "integer"
},
"VK_NV_ray_tracing_validation": {
"type": "integer"
},
"VK_NV_representative_fragment_test": {
"type": "integer"
},
Expand Down Expand Up @@ -7687,6 +7699,9 @@
"VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR": {
"$ref": "#/definitions/VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR"
},
"VkPhysicalDeviceRayTracingValidationFeaturesNV": {
"$ref": "#/definitions/VkPhysicalDeviceRayTracingValidationFeaturesNV"
},
"VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG": {
"$ref": "#/definitions/VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG"
},
Expand Down
Loading

0 comments on commit ae90036

Please sign in to comment.