Skip to content

Commit

Permalink
vulkan: Add 288 profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Jun 14, 2024
1 parent 663ca5e commit 14c3e00
Show file tree
Hide file tree
Showing 2 changed files with 9,483 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-287.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.287",
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-288.json#",
"title": "Vulkan Profiles Schema for Vulkan 1.3.288",
"additionalProperties": true,
"required": [
"capabilities",
Expand Down Expand Up @@ -2180,6 +2180,15 @@
}
}
},
"VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR": {
"type": "object",
"additionalProperties": false,
"properties": {
"shaderRelaxedExtendedInstruction": {
"type": "boolean"
}
}
},
"VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -6961,6 +6970,9 @@
"VK_KHR_shader_quad_control": {
"type": "integer"
},
"VK_KHR_shader_relaxed_extended_instruction": {
"type": "integer"
},
"VK_KHR_shader_subgroup_extended_types": {
"type": "integer"
},
Expand Down Expand Up @@ -7877,6 +7889,9 @@
"VkPhysicalDeviceShaderQuadControlFeaturesKHR": {
"$ref": "#/definitions/VkPhysicalDeviceShaderQuadControlFeaturesKHR"
},
"VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR": {
"$ref": "#/definitions/VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR"
},
"VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT": {
"$ref": "#/definitions/VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT"
},
Expand Down
Loading

0 comments on commit 14c3e00

Please sign in to comment.