Skip to content

Commit

Permalink
vulkan: Add 293 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Aug 16, 2024
1 parent cda27fb commit 8fcf489
Show file tree
Hide file tree
Showing 2 changed files with 9,569 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-292.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.292",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-293.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.293",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -458,6 +458,15 @@
}
}
},
"VkPhysicalDeviceCommandBufferInheritanceFeaturesNV": {
"type": "object",
"additionalProperties": false,
"properties": {
"commandBufferInheritance": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceComputeShaderDerivativesFeaturesNV": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -7164,6 +7173,9 @@
"VK_NV_clip_space_w_scaling": {
"type": "integer"
},
"VK_NV_command_buffer_inheritance": {
"type": "integer"
},
"VK_NV_compute_shader_derivatives": {
"type": "integer"
},
Expand Down Expand Up @@ -7450,6 +7462,9 @@
"VkPhysicalDeviceColorWriteEnableFeaturesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceColorWriteEnableFeaturesEXT"
},
"VkPhysicalDeviceCommandBufferInheritanceFeaturesNV": {
"$ref": "#/definitions/VkPhysicalDeviceCommandBufferInheritanceFeaturesNV"
},
"VkPhysicalDeviceComputeShaderDerivativesFeaturesNV": {
"$ref": "#/definitions/VkPhysicalDeviceComputeShaderDerivativesFeaturesNV"
},
Expand Down
Loading

0 comments on commit 8fcf489

Please sign in to comment.