Skip to content

Commit 7c81ac0

Browse files
chore: bump vulkan schema
1 parent 7db5d2f commit 7c81ac0

File tree

1 file changed

+124
-6
lines changed

1 file changed

+124
-6
lines changed

lact-daemon/vulkan_schema.json

Lines changed: 124 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-319.json#",
4-
"title": "Vulkan Profiles Schema for Vulkan 1.4.319",
3+
"$id": "https://schema.khronos.org/vulkan/profiles-0.8.2-326.json#",
4+
"title": "Vulkan Profiles Schema for Vulkan 1.4.326",
55
"additionalProperties": true,
66
"required": [
77
"capabilities",
@@ -659,6 +659,15 @@
659659
}
660660
}
661661
},
662+
"VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX": {
663+
"type": "object",
664+
"additionalProperties": false,
665+
"properties": {
666+
"denseGeometryFormat": {
667+
"type": "boolean"
668+
}
669+
}
670+
},
662671
"VkPhysicalDeviceDepthBiasControlFeaturesEXT": {
663672
"type": "object",
664673
"additionalProperties": false,
@@ -1721,6 +1730,15 @@
17211730
}
17221731
}
17231732
},
1733+
"VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC": {
1734+
"type": "object",
1735+
"additionalProperties": false,
1736+
"properties": {
1737+
"pipelineCacheIncrementalMode": {
1738+
"type": "boolean"
1739+
}
1740+
}
1741+
},
17241742
"VkPhysicalDevicePipelineCreationCacheControlFeatures": {
17251743
"type": "object",
17261744
"additionalProperties": false,
@@ -1871,7 +1889,7 @@
18711889
}
18721890
}
18731891
},
1874-
"VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT": {
1892+
"VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR": {
18751893
"type": "object",
18761894
"additionalProperties": false,
18771895
"properties": {
@@ -2537,6 +2555,15 @@
25372555
}
25382556
}
25392557
},
2558+
"VkPhysicalDeviceShaderUntypedPointersFeaturesKHR": {
2559+
"type": "object",
2560+
"additionalProperties": false,
2561+
"properties": {
2562+
"shaderUntypedPointers": {
2563+
"type": "boolean"
2564+
}
2565+
}
2566+
},
25402567
"VkPhysicalDeviceShadingRateImageFeaturesNV": {
25412568
"type": "object",
25422569
"additionalProperties": false,
@@ -2579,7 +2606,7 @@
25792606
}
25802607
}
25812608
},
2582-
"VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT": {
2609+
"VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR": {
25832610
"type": "object",
25842611
"additionalProperties": false,
25852612
"properties": {
@@ -2807,6 +2834,15 @@
28072834
}
28082835
}
28092836
},
2837+
"VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR": {
2838+
"type": "object",
2839+
"additionalProperties": false,
2840+
"properties": {
2841+
"videoEncodeIntraRefresh": {
2842+
"type": "boolean"
2843+
}
2844+
}
2845+
},
28102846
"VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR": {
28112847
"type": "object",
28122848
"additionalProperties": false,
@@ -7687,6 +7723,7 @@
76877723
},
76887724
"VkVideoEncodeAV1CapabilityFlagBitsKHR": {
76897725
"enum": [
7726+
"VK_VIDEO_ENCODE_AV1_CAPABILITY_COMPOUND_PREDICTION_INTRA_REFRESH_BIT_KHR",
76907727
"VK_VIDEO_ENCODE_AV1_CAPABILITY_FRAME_SIZE_OVERRIDE_BIT_KHR",
76917728
"VK_VIDEO_ENCODE_AV1_CAPABILITY_GENERATE_OBU_EXTENSION_HEADER_BIT_KHR",
76927729
"VK_VIDEO_ENCODE_AV1_CAPABILITY_MOTION_VECTOR_SCALING_BIT_KHR",
@@ -7894,6 +7931,7 @@
78947931
"enum": [
78957932
"VK_VIDEO_ENCODE_H264_CAPABILITY_B_FRAME_IN_L0_LIST_BIT_KHR",
78967933
"VK_VIDEO_ENCODE_H264_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_KHR",
7934+
"VK_VIDEO_ENCODE_H264_CAPABILITY_B_PICTURE_INTRA_REFRESH_BIT_KHR",
78977935
"VK_VIDEO_ENCODE_H264_CAPABILITY_DIFFERENT_SLICE_TYPE_BIT_KHR",
78987936
"VK_VIDEO_ENCODE_H264_CAPABILITY_GENERATE_PREFIX_NALU_BIT_KHR",
78997937
"VK_VIDEO_ENCODE_H264_CAPABILITY_HRD_COMPLIANCE_BIT_KHR",
@@ -8017,6 +8055,7 @@
80178055
"enum": [
80188056
"VK_VIDEO_ENCODE_H265_CAPABILITY_B_FRAME_IN_L0_LIST_BIT_KHR",
80198057
"VK_VIDEO_ENCODE_H265_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_KHR",
8058+
"VK_VIDEO_ENCODE_H265_CAPABILITY_B_PICTURE_INTRA_REFRESH_BIT_KHR",
80208059
"VK_VIDEO_ENCODE_H265_CAPABILITY_CU_QP_DIFF_WRAPAROUND_BIT_KHR",
80218060
"VK_VIDEO_ENCODE_H265_CAPABILITY_DIFFERENT_SLICE_SEGMENT_TYPE_BIT_KHR",
80228061
"VK_VIDEO_ENCODE_H265_CAPABILITY_HRD_COMPLIANCE_BIT_KHR",
@@ -8148,6 +8187,43 @@
81488187
}
81498188
}
81508189
},
8190+
"VkVideoEncodeIntraRefreshModeFlagBitsKHR": {
8191+
"enum": [
8192+
"VK_VIDEO_ENCODE_INTRA_REFRESH_MODE_BLOCK_BASED_BIT_KHR",
8193+
"VK_VIDEO_ENCODE_INTRA_REFRESH_MODE_BLOCK_COLUMN_BASED_BIT_KHR",
8194+
"VK_VIDEO_ENCODE_INTRA_REFRESH_MODE_BLOCK_ROW_BASED_BIT_KHR",
8195+
"VK_VIDEO_ENCODE_INTRA_REFRESH_MODE_NONE_KHR",
8196+
"VK_VIDEO_ENCODE_INTRA_REFRESH_MODE_PER_PICTURE_PARTITION_BIT_KHR"
8197+
]
8198+
},
8199+
"VkVideoEncodeIntraRefreshModeFlagsKHR": {
8200+
"type": "array",
8201+
"items": {
8202+
"$ref": "#/definitions/VkVideoEncodeIntraRefreshModeFlagBitsKHR"
8203+
},
8204+
"uniqueItems": true
8205+
},
8206+
"VkVideoEncodeIntraRefreshCapabilitiesKHR": {
8207+
"type": "object",
8208+
"additionalProperties": false,
8209+
"properties": {
8210+
"intraRefreshModes": {
8211+
"$ref": "#/definitions/VkVideoEncodeIntraRefreshModeFlagsKHR"
8212+
},
8213+
"maxIntraRefreshActiveReferencePictures": {
8214+
"$ref": "#/definitions/uint32_t"
8215+
},
8216+
"maxIntraRefreshCycleDuration": {
8217+
"$ref": "#/definitions/uint32_t"
8218+
},
8219+
"nonRectangularIntraRefreshRegions": {
8220+
"type": "boolean"
8221+
},
8222+
"partitionIndependentIntraRefreshRegions": {
8223+
"type": "boolean"
8224+
}
8225+
}
8226+
},
81518227
"VkVideoEncodeQuantizationMapCapabilitiesKHR": {
81528228
"type": "object",
81538229
"additionalProperties": false,
@@ -8629,6 +8705,9 @@
86298705
"type": "object",
86308706
"additionalProperties": false,
86318707
"properties": {
8708+
"VK_AMDX_dense_geometry_format": {
8709+
"type": "integer"
8710+
},
86328711
"VK_AMDX_shader_enqueue": {
86338712
"type": "integer"
86348713
},
@@ -9409,6 +9488,9 @@
94099488
"VK_KHR_present_id2": {
94109489
"type": "integer"
94119490
},
9491+
"VK_KHR_present_mode_fifo_latest_ready": {
9492+
"type": "integer"
9493+
},
94129494
"VK_KHR_present_wait": {
94139495
"type": "integer"
94149496
},
@@ -9496,6 +9578,9 @@
94969578
"VK_KHR_shader_terminate_invocation": {
94979579
"type": "integer"
94989580
},
9581+
"VK_KHR_shader_untyped_pointers": {
9582+
"type": "integer"
9583+
},
94999584
"VK_KHR_shared_presentable_image": {
95009585
"type": "integer"
95019586
},
@@ -9508,12 +9593,18 @@
95089593
"VK_KHR_surface": {
95099594
"type": "integer"
95109595
},
9596+
"VK_KHR_surface_maintenance1": {
9597+
"type": "integer"
9598+
},
95119599
"VK_KHR_surface_protected_capabilities": {
95129600
"type": "integer"
95139601
},
95149602
"VK_KHR_swapchain": {
95159603
"type": "integer"
95169604
},
9605+
"VK_KHR_swapchain_maintenance1": {
9606+
"type": "integer"
9607+
},
95179608
"VK_KHR_swapchain_mutable_format": {
95189609
"type": "integer"
95199610
},
@@ -9559,6 +9650,9 @@
95599650
"VK_KHR_video_encode_h265": {
95609651
"type": "integer"
95619652
},
9653+
"VK_KHR_video_encode_intra_refresh": {
9654+
"type": "integer"
9655+
},
95629656
"VK_KHR_video_encode_quantization_map": {
95639657
"type": "integer"
95649658
},
@@ -9868,6 +9962,9 @@
98689962
"VK_SEC_amigo_profiling": {
98699963
"type": "integer"
98709964
},
9965+
"VK_SEC_pipeline_cache_incremental_mode": {
9966+
"type": "integer"
9967+
},
98719968
"VK_VALVE_descriptor_set_host_mapping": {
98729969
"type": "integer"
98739970
},
@@ -10010,6 +10107,9 @@
1001010107
"VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV": {
1001110108
"$ref": "#/definitions/VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV"
1001210109
},
10110+
"VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX": {
10111+
"$ref": "#/definitions/VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX"
10112+
},
1001310113
"VkPhysicalDeviceDepthBiasControlFeaturesEXT": {
1001410114
"$ref": "#/definitions/VkPhysicalDeviceDepthBiasControlFeaturesEXT"
1001510115
},
@@ -10337,6 +10437,9 @@
1033710437
"VkPhysicalDevicePipelineBinaryFeaturesKHR": {
1033810438
"$ref": "#/definitions/VkPhysicalDevicePipelineBinaryFeaturesKHR"
1033910439
},
10440+
"VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC": {
10441+
"$ref": "#/definitions/VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC"
10442+
},
1034010443
"VkPhysicalDevicePipelineCreationCacheControlFeatures": {
1034110444
"$ref": "#/definitions/VkPhysicalDevicePipelineCreationCacheControlFeatures"
1034210445
},
@@ -10382,8 +10485,11 @@
1038210485
"VkPhysicalDevicePresentMeteringFeaturesNV": {
1038310486
"$ref": "#/definitions/VkPhysicalDevicePresentMeteringFeaturesNV"
1038410487
},
10488+
"VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR": {
10489+
"$ref": "#/definitions/VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR"
10490+
},
1038510491
"VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT": {
10386-
"$ref": "#/definitions/VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT"
10492+
"$ref": "#/definitions/VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR"
1038710493
},
1038810494
"VkPhysicalDevicePresentWait2FeaturesKHR": {
1038910495
"$ref": "#/definitions/VkPhysicalDevicePresentWait2FeaturesKHR"
@@ -10607,6 +10713,9 @@
1060710713
"VkPhysicalDeviceShaderTileImageFeaturesEXT": {
1060810714
"$ref": "#/definitions/VkPhysicalDeviceShaderTileImageFeaturesEXT"
1060910715
},
10716+
"VkPhysicalDeviceShaderUntypedPointersFeaturesKHR": {
10717+
"$ref": "#/definitions/VkPhysicalDeviceShaderUntypedPointersFeaturesKHR"
10718+
},
1061010719
"VkPhysicalDeviceShadingRateImageFeaturesNV": {
1061110720
"$ref": "#/definitions/VkPhysicalDeviceShadingRateImageFeaturesNV"
1061210721
},
@@ -10622,8 +10731,11 @@
1062210731
"VkPhysicalDeviceSubpassShadingFeaturesHUAWEI": {
1062310732
"$ref": "#/definitions/VkPhysicalDeviceSubpassShadingFeaturesHUAWEI"
1062410733
},
10734+
"VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR": {
10735+
"$ref": "#/definitions/VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR"
10736+
},
1062510737
"VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT": {
10626-
"$ref": "#/definitions/VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT"
10738+
"$ref": "#/definitions/VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR"
1062710739
},
1062810740
"VkPhysicalDeviceSynchronization2Features": {
1062910741
"$ref": "#/definitions/VkPhysicalDeviceSynchronization2Features"
@@ -10703,6 +10815,9 @@
1070310815
"VkPhysicalDeviceVideoEncodeAV1FeaturesKHR": {
1070410816
"$ref": "#/definitions/VkPhysicalDeviceVideoEncodeAV1FeaturesKHR"
1070510817
},
10818+
"VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR": {
10819+
"$ref": "#/definitions/VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR"
10820+
},
1070610821
"VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR": {
1070710822
"$ref": "#/definitions/VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR"
1070810823
},
@@ -12264,6 +12379,9 @@
1226412379
"VkVideoEncodeH265QuantizationMapCapabilitiesKHR": {
1226512380
"$ref": "#/definitions/VkVideoEncodeH265QuantizationMapCapabilitiesKHR"
1226612381
},
12382+
"VkVideoEncodeIntraRefreshCapabilitiesKHR": {
12383+
"$ref": "#/definitions/VkVideoEncodeIntraRefreshCapabilitiesKHR"
12384+
},
1226712385
"VkVideoEncodeQuantizationMapCapabilitiesKHR": {
1226812386
"$ref": "#/definitions/VkVideoEncodeQuantizationMapCapabilitiesKHR"
1226912387
}

0 commit comments

Comments
 (0)