|
1 | 1 | { |
2 | 2 | "$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", |
5 | 5 | "additionalProperties": true, |
6 | 6 | "required": [ |
7 | 7 | "capabilities", |
|
659 | 659 | } |
660 | 660 | } |
661 | 661 | }, |
| 662 | + "VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX": { |
| 663 | + "type": "object", |
| 664 | + "additionalProperties": false, |
| 665 | + "properties": { |
| 666 | + "denseGeometryFormat": { |
| 667 | + "type": "boolean" |
| 668 | + } |
| 669 | + } |
| 670 | + }, |
662 | 671 | "VkPhysicalDeviceDepthBiasControlFeaturesEXT": { |
663 | 672 | "type": "object", |
664 | 673 | "additionalProperties": false, |
|
1721 | 1730 | } |
1722 | 1731 | } |
1723 | 1732 | }, |
| 1733 | + "VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC": { |
| 1734 | + "type": "object", |
| 1735 | + "additionalProperties": false, |
| 1736 | + "properties": { |
| 1737 | + "pipelineCacheIncrementalMode": { |
| 1738 | + "type": "boolean" |
| 1739 | + } |
| 1740 | + } |
| 1741 | + }, |
1724 | 1742 | "VkPhysicalDevicePipelineCreationCacheControlFeatures": { |
1725 | 1743 | "type": "object", |
1726 | 1744 | "additionalProperties": false, |
|
1871 | 1889 | } |
1872 | 1890 | } |
1873 | 1891 | }, |
1874 | | - "VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT": { |
| 1892 | + "VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR": { |
1875 | 1893 | "type": "object", |
1876 | 1894 | "additionalProperties": false, |
1877 | 1895 | "properties": { |
|
2537 | 2555 | } |
2538 | 2556 | } |
2539 | 2557 | }, |
| 2558 | + "VkPhysicalDeviceShaderUntypedPointersFeaturesKHR": { |
| 2559 | + "type": "object", |
| 2560 | + "additionalProperties": false, |
| 2561 | + "properties": { |
| 2562 | + "shaderUntypedPointers": { |
| 2563 | + "type": "boolean" |
| 2564 | + } |
| 2565 | + } |
| 2566 | + }, |
2540 | 2567 | "VkPhysicalDeviceShadingRateImageFeaturesNV": { |
2541 | 2568 | "type": "object", |
2542 | 2569 | "additionalProperties": false, |
|
2579 | 2606 | } |
2580 | 2607 | } |
2581 | 2608 | }, |
2582 | | - "VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT": { |
| 2609 | + "VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR": { |
2583 | 2610 | "type": "object", |
2584 | 2611 | "additionalProperties": false, |
2585 | 2612 | "properties": { |
|
2807 | 2834 | } |
2808 | 2835 | } |
2809 | 2836 | }, |
| 2837 | + "VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR": { |
| 2838 | + "type": "object", |
| 2839 | + "additionalProperties": false, |
| 2840 | + "properties": { |
| 2841 | + "videoEncodeIntraRefresh": { |
| 2842 | + "type": "boolean" |
| 2843 | + } |
| 2844 | + } |
| 2845 | + }, |
2810 | 2846 | "VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR": { |
2811 | 2847 | "type": "object", |
2812 | 2848 | "additionalProperties": false, |
|
7687 | 7723 | }, |
7688 | 7724 | "VkVideoEncodeAV1CapabilityFlagBitsKHR": { |
7689 | 7725 | "enum": [ |
| 7726 | + "VK_VIDEO_ENCODE_AV1_CAPABILITY_COMPOUND_PREDICTION_INTRA_REFRESH_BIT_KHR", |
7690 | 7727 | "VK_VIDEO_ENCODE_AV1_CAPABILITY_FRAME_SIZE_OVERRIDE_BIT_KHR", |
7691 | 7728 | "VK_VIDEO_ENCODE_AV1_CAPABILITY_GENERATE_OBU_EXTENSION_HEADER_BIT_KHR", |
7692 | 7729 | "VK_VIDEO_ENCODE_AV1_CAPABILITY_MOTION_VECTOR_SCALING_BIT_KHR", |
|
7894 | 7931 | "enum": [ |
7895 | 7932 | "VK_VIDEO_ENCODE_H264_CAPABILITY_B_FRAME_IN_L0_LIST_BIT_KHR", |
7896 | 7933 | "VK_VIDEO_ENCODE_H264_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_KHR", |
| 7934 | + "VK_VIDEO_ENCODE_H264_CAPABILITY_B_PICTURE_INTRA_REFRESH_BIT_KHR", |
7897 | 7935 | "VK_VIDEO_ENCODE_H264_CAPABILITY_DIFFERENT_SLICE_TYPE_BIT_KHR", |
7898 | 7936 | "VK_VIDEO_ENCODE_H264_CAPABILITY_GENERATE_PREFIX_NALU_BIT_KHR", |
7899 | 7937 | "VK_VIDEO_ENCODE_H264_CAPABILITY_HRD_COMPLIANCE_BIT_KHR", |
|
8017 | 8055 | "enum": [ |
8018 | 8056 | "VK_VIDEO_ENCODE_H265_CAPABILITY_B_FRAME_IN_L0_LIST_BIT_KHR", |
8019 | 8057 | "VK_VIDEO_ENCODE_H265_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_KHR", |
| 8058 | + "VK_VIDEO_ENCODE_H265_CAPABILITY_B_PICTURE_INTRA_REFRESH_BIT_KHR", |
8020 | 8059 | "VK_VIDEO_ENCODE_H265_CAPABILITY_CU_QP_DIFF_WRAPAROUND_BIT_KHR", |
8021 | 8060 | "VK_VIDEO_ENCODE_H265_CAPABILITY_DIFFERENT_SLICE_SEGMENT_TYPE_BIT_KHR", |
8022 | 8061 | "VK_VIDEO_ENCODE_H265_CAPABILITY_HRD_COMPLIANCE_BIT_KHR", |
|
8148 | 8187 | } |
8149 | 8188 | } |
8150 | 8189 | }, |
| 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 | + }, |
8151 | 8227 | "VkVideoEncodeQuantizationMapCapabilitiesKHR": { |
8152 | 8228 | "type": "object", |
8153 | 8229 | "additionalProperties": false, |
|
8629 | 8705 | "type": "object", |
8630 | 8706 | "additionalProperties": false, |
8631 | 8707 | "properties": { |
| 8708 | + "VK_AMDX_dense_geometry_format": { |
| 8709 | + "type": "integer" |
| 8710 | + }, |
8632 | 8711 | "VK_AMDX_shader_enqueue": { |
8633 | 8712 | "type": "integer" |
8634 | 8713 | }, |
|
9409 | 9488 | "VK_KHR_present_id2": { |
9410 | 9489 | "type": "integer" |
9411 | 9490 | }, |
| 9491 | + "VK_KHR_present_mode_fifo_latest_ready": { |
| 9492 | + "type": "integer" |
| 9493 | + }, |
9412 | 9494 | "VK_KHR_present_wait": { |
9413 | 9495 | "type": "integer" |
9414 | 9496 | }, |
|
9496 | 9578 | "VK_KHR_shader_terminate_invocation": { |
9497 | 9579 | "type": "integer" |
9498 | 9580 | }, |
| 9581 | + "VK_KHR_shader_untyped_pointers": { |
| 9582 | + "type": "integer" |
| 9583 | + }, |
9499 | 9584 | "VK_KHR_shared_presentable_image": { |
9500 | 9585 | "type": "integer" |
9501 | 9586 | }, |
|
9508 | 9593 | "VK_KHR_surface": { |
9509 | 9594 | "type": "integer" |
9510 | 9595 | }, |
| 9596 | + "VK_KHR_surface_maintenance1": { |
| 9597 | + "type": "integer" |
| 9598 | + }, |
9511 | 9599 | "VK_KHR_surface_protected_capabilities": { |
9512 | 9600 | "type": "integer" |
9513 | 9601 | }, |
9514 | 9602 | "VK_KHR_swapchain": { |
9515 | 9603 | "type": "integer" |
9516 | 9604 | }, |
| 9605 | + "VK_KHR_swapchain_maintenance1": { |
| 9606 | + "type": "integer" |
| 9607 | + }, |
9517 | 9608 | "VK_KHR_swapchain_mutable_format": { |
9518 | 9609 | "type": "integer" |
9519 | 9610 | }, |
|
9559 | 9650 | "VK_KHR_video_encode_h265": { |
9560 | 9651 | "type": "integer" |
9561 | 9652 | }, |
| 9653 | + "VK_KHR_video_encode_intra_refresh": { |
| 9654 | + "type": "integer" |
| 9655 | + }, |
9562 | 9656 | "VK_KHR_video_encode_quantization_map": { |
9563 | 9657 | "type": "integer" |
9564 | 9658 | }, |
|
9868 | 9962 | "VK_SEC_amigo_profiling": { |
9869 | 9963 | "type": "integer" |
9870 | 9964 | }, |
| 9965 | + "VK_SEC_pipeline_cache_incremental_mode": { |
| 9966 | + "type": "integer" |
| 9967 | + }, |
9871 | 9968 | "VK_VALVE_descriptor_set_host_mapping": { |
9872 | 9969 | "type": "integer" |
9873 | 9970 | }, |
|
10010 | 10107 | "VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV": { |
10011 | 10108 | "$ref": "#/definitions/VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV" |
10012 | 10109 | }, |
| 10110 | + "VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX": { |
| 10111 | + "$ref": "#/definitions/VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX" |
| 10112 | + }, |
10013 | 10113 | "VkPhysicalDeviceDepthBiasControlFeaturesEXT": { |
10014 | 10114 | "$ref": "#/definitions/VkPhysicalDeviceDepthBiasControlFeaturesEXT" |
10015 | 10115 | }, |
|
10337 | 10437 | "VkPhysicalDevicePipelineBinaryFeaturesKHR": { |
10338 | 10438 | "$ref": "#/definitions/VkPhysicalDevicePipelineBinaryFeaturesKHR" |
10339 | 10439 | }, |
| 10440 | + "VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC": { |
| 10441 | + "$ref": "#/definitions/VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC" |
| 10442 | + }, |
10340 | 10443 | "VkPhysicalDevicePipelineCreationCacheControlFeatures": { |
10341 | 10444 | "$ref": "#/definitions/VkPhysicalDevicePipelineCreationCacheControlFeatures" |
10342 | 10445 | }, |
|
10382 | 10485 | "VkPhysicalDevicePresentMeteringFeaturesNV": { |
10383 | 10486 | "$ref": "#/definitions/VkPhysicalDevicePresentMeteringFeaturesNV" |
10384 | 10487 | }, |
| 10488 | + "VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR": { |
| 10489 | + "$ref": "#/definitions/VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR" |
| 10490 | + }, |
10385 | 10491 | "VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT": { |
10386 | | - "$ref": "#/definitions/VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT" |
| 10492 | + "$ref": "#/definitions/VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR" |
10387 | 10493 | }, |
10388 | 10494 | "VkPhysicalDevicePresentWait2FeaturesKHR": { |
10389 | 10495 | "$ref": "#/definitions/VkPhysicalDevicePresentWait2FeaturesKHR" |
|
10607 | 10713 | "VkPhysicalDeviceShaderTileImageFeaturesEXT": { |
10608 | 10714 | "$ref": "#/definitions/VkPhysicalDeviceShaderTileImageFeaturesEXT" |
10609 | 10715 | }, |
| 10716 | + "VkPhysicalDeviceShaderUntypedPointersFeaturesKHR": { |
| 10717 | + "$ref": "#/definitions/VkPhysicalDeviceShaderUntypedPointersFeaturesKHR" |
| 10718 | + }, |
10610 | 10719 | "VkPhysicalDeviceShadingRateImageFeaturesNV": { |
10611 | 10720 | "$ref": "#/definitions/VkPhysicalDeviceShadingRateImageFeaturesNV" |
10612 | 10721 | }, |
|
10622 | 10731 | "VkPhysicalDeviceSubpassShadingFeaturesHUAWEI": { |
10623 | 10732 | "$ref": "#/definitions/VkPhysicalDeviceSubpassShadingFeaturesHUAWEI" |
10624 | 10733 | }, |
| 10734 | + "VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR": { |
| 10735 | + "$ref": "#/definitions/VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR" |
| 10736 | + }, |
10625 | 10737 | "VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT": { |
10626 | | - "$ref": "#/definitions/VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT" |
| 10738 | + "$ref": "#/definitions/VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR" |
10627 | 10739 | }, |
10628 | 10740 | "VkPhysicalDeviceSynchronization2Features": { |
10629 | 10741 | "$ref": "#/definitions/VkPhysicalDeviceSynchronization2Features" |
|
10703 | 10815 | "VkPhysicalDeviceVideoEncodeAV1FeaturesKHR": { |
10704 | 10816 | "$ref": "#/definitions/VkPhysicalDeviceVideoEncodeAV1FeaturesKHR" |
10705 | 10817 | }, |
| 10818 | + "VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR": { |
| 10819 | + "$ref": "#/definitions/VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR" |
| 10820 | + }, |
10706 | 10821 | "VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR": { |
10707 | 10822 | "$ref": "#/definitions/VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR" |
10708 | 10823 | }, |
|
12264 | 12379 | "VkVideoEncodeH265QuantizationMapCapabilitiesKHR": { |
12265 | 12380 | "$ref": "#/definitions/VkVideoEncodeH265QuantizationMapCapabilitiesKHR" |
12266 | 12381 | }, |
| 12382 | + "VkVideoEncodeIntraRefreshCapabilitiesKHR": { |
| 12383 | + "$ref": "#/definitions/VkVideoEncodeIntraRefreshCapabilitiesKHR" |
| 12384 | + }, |
12267 | 12385 | "VkVideoEncodeQuantizationMapCapabilitiesKHR": { |
12268 | 12386 | "$ref": "#/definitions/VkVideoEncodeQuantizationMapCapabilitiesKHR" |
12269 | 12387 | } |
|
0 commit comments