Skip to content

Commit

Permalink
vulkan: Add 291 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Jul 19, 2024
1 parent 254f8b5 commit e25bf74
Show file tree
Hide file tree
Showing 2 changed files with 9,554 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-290.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.290",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-291.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.291",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -350,6 +350,15 @@
}
}
},
"VkPhysicalDeviceAntiLagFeaturesAMD": {
"type": "object",
"additionalProperties": false,
"properties": {
"antiLag": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -6237,6 +6246,9 @@
"VK_AMDX_shader_enqueue": {
"type": "integer"
},
"VK_AMD_anti_lag": {
"type": "integer"
},
"VK_AMD_buffer_marker": {
"type": "integer"
},
Expand Down Expand Up @@ -7402,6 +7414,9 @@
"VkPhysicalDeviceAmigoProfilingFeaturesSEC": {
"$ref": "#/definitions/VkPhysicalDeviceAmigoProfilingFeaturesSEC"
},
"VkPhysicalDeviceAntiLagFeaturesAMD": {
"$ref": "#/definitions/VkPhysicalDeviceAntiLagFeaturesAMD"
},
"VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT"
},
Expand Down
Loading

0 comments on commit e25bf74

Please sign in to comment.