Skip to content

Commit

Permalink
vulkan: Add 263 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Sep 5, 2023
1 parent f7eb9b1 commit 00aade1
Show file tree
Hide file tree
Showing 2 changed files with 8,763 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.1-262.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.262",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.1-263.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.263",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -692,6 +692,15 @@
}
}
},
"VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV": {
"type": "object",
"additionalProperties": false,
"properties": {
"descriptorPoolOverallocation": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -6553,6 +6562,9 @@
"VK_NV_dedicated_allocation_image_aliasing": {
"type": "integer"
},
"VK_NV_descriptor_pool_overallocation": {
"type": "integer"
},
"VK_NV_device_diagnostic_checkpoints": {
"type": "integer"
},
Expand Down Expand Up @@ -6845,6 +6857,9 @@
"VkPhysicalDeviceDescriptorIndexingFeaturesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceDescriptorIndexingFeatures"
},
"VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV": {
"$ref": "#/definitions/VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV"
},
"VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE": {
"$ref": "#/definitions/VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE"
},
Expand Down
Loading

0 comments on commit 00aade1

Please sign in to comment.