mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-04-05 13:14:58 +00:00
headers: Update to Vulkan header version 1.1.90
Updated: - include/vulkan/vulkan.hpp - include/vulkan/vulkan_core.h - registry/validusage.json - registry/vk.xml
This commit is contained in:
parent
aaca7baef0
commit
46979500a0
4 changed files with 840 additions and 48 deletions
File diff suppressed because it is too large
Load diff
|
@ -43,7 +43,7 @@ extern "C" {
|
|||
#define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff)
|
||||
#define VK_VERSION_PATCH(version) ((uint32_t)(version) & 0xfff)
|
||||
// Version of this file
|
||||
#define VK_HEADER_VERSION 89
|
||||
#define VK_HEADER_VERSION 90
|
||||
|
||||
|
||||
#define VK_NULL_HANDLE 0
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"version info": {
|
||||
"schema version": 2,
|
||||
"api version": "1.1.89",
|
||||
"comment": "from git branch: master commit: 8d6a7b23a7decb5161e0e4a3297c4665f9061b0e",
|
||||
"date": "2018-10-22 16:27:29Z"
|
||||
"api version": "1.1.90",
|
||||
"comment": "from git branch: master commit: 894211de5fe395af42ce6f2ce1d97ff70e212380",
|
||||
"date": "2018-10-29 20:26:11Z"
|
||||
},
|
||||
"validation": {
|
||||
"vkGetInstanceProcAddr": {
|
||||
|
@ -3214,6 +3214,10 @@
|
|||
"vuid": "VUID-VkSubpassDescription-pColorAttachments-01417",
|
||||
"text": " All attachments in <code>pColorAttachments</code> that are not <code>VK_ATTACHMENT_UNUSED</code> <strong class=\"purple\">must</strong> have the same sample count"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-VkSubpassDescription-pDepthStencilAttachment-01418",
|
||||
"text": " If neither the <code>VK_AMD_mixed_attachment_samples</code> nor the <code>VK_NV_framebuffer_mixed_samples</code> extensions are enabled, and if <code>pDepthStencilAttachment</code> is not <code>VK_ATTACHMENT_UNUSED</code> and any attachments in <code>pColorAttachments</code> are not <code>VK_ATTACHMENT_UNUSED</code>, they <strong class=\"purple\">must</strong> have the same sample count"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-VkSubpassDescription-None-00852",
|
||||
"text": " If any input attachments are <code>VK_ATTACHMENT_UNUSED</code>, then any pipelines bound during the subpass <strong class=\"purple\">must</strong> not access those input attachments from the fragment shader"
|
||||
|
@ -3262,13 +3266,7 @@
|
|||
"(VK_AMD_mixed_attachment_samples)": [
|
||||
{
|
||||
"vuid": "VUID-VkSubpassDescription-pColorAttachments-01506",
|
||||
"text": " All attachments in <code>pColorAttachments</code> that are not <code>VK_ATTACHMENT_UNUSED</code> <strong class=\"purple\">must</strong> have a sample count that is smaller than or equal to the sample count of <code>pDepthStencilAttachment</code> if it is not <code>VK_ATTACHMENT_UNUSED</code>"
|
||||
}
|
||||
],
|
||||
"!(VK_AMD_mixed_attachment_samples)+!(VK_NV_framebuffer_mixed_samples)": [
|
||||
{
|
||||
"vuid": "VUID-VkSubpassDescription-pDepthStencilAttachment-01418",
|
||||
"text": " If <code>pDepthStencilAttachment</code> is not <code>VK_ATTACHMENT_UNUSED</code> and any attachments in <code>pColorAttachments</code> are not <code>VK_ATTACHMENT_UNUSED</code>, they <strong class=\"purple\">must</strong> have the same sample count"
|
||||
"text": " If the <code>VK_AMD_mixed_attachment_samples</code> extension is enabled, and all attachments in <code>pColorAttachments</code> that are not <code>VK_ATTACHMENT_UNUSED</code> <strong class=\"purple\">must</strong> have a sample count that is smaller than or equal to the sample count of <code>pDepthStencilAttachment</code> if it is not <code>VK_ATTACHMENT_UNUSED</code>"
|
||||
}
|
||||
],
|
||||
"(VK_NVX_multiview_per_view_attributes)": [
|
||||
|
@ -3598,6 +3596,10 @@
|
|||
"vuid": "VUID-VkSubpassDescription2KHR-pColorAttachments-03069",
|
||||
"text": " All attachments in <code>pColorAttachments</code> that are not <code>VK_ATTACHMENT_UNUSED</code> <strong class=\"purple\">must</strong> have the same sample count"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-VkSubpassDescription2KHR-pDepthStencilAttachment-03071",
|
||||
"text": " If neither the <code>VK_AMD_mixed_attachment_samples</code> nor the <code>VK_NV_framebuffer_mixed_samples</code> extensions are enabled, and if <code>pDepthStencilAttachment</code> is not <code>VK_ATTACHMENT_UNUSED</code> and any attachments in <code>pColorAttachments</code> are not <code>VK_ATTACHMENT_UNUSED</code>, they <strong class=\"purple\">must</strong> have the same sample count"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-VkSubpassDescription2KHR-None-03072",
|
||||
"text": " If any input attachments are <code>VK_ATTACHMENT_UNUSED</code>, then any pipelines bound during the subpass <strong class=\"purple\">must</strong> not access those input attachments from the fragment shader"
|
||||
|
@ -3658,13 +3660,7 @@
|
|||
"(VK_KHR_create_renderpass2)+(VK_AMD_mixed_attachment_samples)": [
|
||||
{
|
||||
"vuid": "VUID-VkSubpassDescription2KHR-pColorAttachments-03070",
|
||||
"text": " All attachments in <code>pColorAttachments</code> that are not <code>VK_ATTACHMENT_UNUSED</code> <strong class=\"purple\">must</strong> have a sample count that is smaller than or equal to the sample count of <code>pDepthStencilAttachment</code> if it is not <code>VK_ATTACHMENT_UNUSED</code>"
|
||||
}
|
||||
],
|
||||
"(VK_KHR_create_renderpass2)+!(VK_AMD_mixed_attachment_samples)+!(VK_NV_framebuffer_mixed_samples)": [
|
||||
{
|
||||
"vuid": "VUID-VkSubpassDescription2KHR-pDepthStencilAttachment-03071",
|
||||
"text": " If <code>pDepthStencilAttachment</code> is not <code>VK_ATTACHMENT_UNUSED</code> and any attachments in <code>pColorAttachments</code> are not <code>VK_ATTACHMENT_UNUSED</code>, they <strong class=\"purple\">must</strong> have the same sample count"
|
||||
"text": " If the <code>VK_AMD_mixed_attachment_samples</code> extension is enabled, all attachments in <code>pColorAttachments</code> that are not <code>VK_ATTACHMENT_UNUSED</code> <strong class=\"purple\">must</strong> have a sample count that is smaller than or equal to the sample count of <code>pDepthStencilAttachment</code> if it is not <code>VK_ATTACHMENT_UNUSED</code>"
|
||||
}
|
||||
],
|
||||
"(VK_KHR_create_renderpass2)+(VK_NVX_multiview_per_view_attributes)": [
|
||||
|
@ -4486,7 +4482,7 @@
|
|||
},
|
||||
{
|
||||
"vuid": "VUID-VkShaderModuleCreateInfo-pCode-parameter",
|
||||
"text": " <code>pCode</code> <strong class=\"purple\">must</strong> be a valid pointer to an array of \\(codeSize \\over 4\\) <code>uint32_t</code> values"
|
||||
"text": " <code>pCode</code> <strong class=\"purple\">must</strong> be a valid pointer to an array of \\(\\textrm{codeSize} \\over 4\\) <code>uint32_t</code> values"
|
||||
}
|
||||
],
|
||||
"!(VK_NV_glsl_shader)": [
|
||||
|
@ -5080,6 +5076,10 @@
|
|||
"vuid": "VUID-VkGraphicsPipelineCreateInfo-layout-00756",
|
||||
"text": " <code>layout</code> <strong class=\"purple\">must</strong> be <a href=\"#descriptorsets-pipelinelayout-consistency\">consistent</a> with all shaders specified in <code>pStages</code>"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-VkGraphicsPipelineCreateInfo-subpass-00757",
|
||||
"text": " If neither the <code>VK_AMD_mixed_attachment_samples</code> nor the <code>VK_NV_framebuffer_mixed_samples</code> extensions are enabled, and if <code>subpass</code> uses color and/or depth/stencil attachments, then the <code>rasterizationSamples</code> member of <code>pMultisampleState</code> <strong class=\"purple\">must</strong> be the same as the sample count for those subpass attachments"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-VkGraphicsPipelineCreateInfo-subpass-00758",
|
||||
"text": " If <code>subpass</code> does not use any color and/or depth/stencil attachments, then the <code>rasterizationSamples</code> member of <code>pMultisampleState</code> <strong class=\"purple\">must</strong> follow the rules for a <a href=\"#renderpass-noattachments\">zero-attachment subpass</a>"
|
||||
|
@ -5215,26 +5215,20 @@
|
|||
"text": " If the <code>sampleLocationsEnable</code> member of a <a href=\"#VkPipelineSampleLocationsStateCreateInfoEXT\">VkPipelineSampleLocationsStateCreateInfoEXT</a> structure chained to the <code>pNext</code> chain of <code>pMultisampleState</code> is <code>VK_TRUE</code>, the fragment shader code <strong class=\"purple\">must</strong> not statically use the extended instruction <code>InterpolateAtSample</code>"
|
||||
}
|
||||
],
|
||||
"!(VK_AMD_mixed_attachment_samples)+!(VK_NV_framebuffer_mixed_samples)": [
|
||||
{
|
||||
"vuid": "VUID-VkGraphicsPipelineCreateInfo-subpass-00757",
|
||||
"text": " If <code>subpass</code> uses color and/or depth/stencil attachments, then the <code>rasterizationSamples</code> member of <code>pMultisampleState</code> <strong class=\"purple\">must</strong> be the same as the sample count for those subpass attachments"
|
||||
}
|
||||
],
|
||||
"(VK_AMD_mixed_attachment_samples)": [
|
||||
{
|
||||
"vuid": "VUID-VkGraphicsPipelineCreateInfo-subpass-01505",
|
||||
"text": " If <code>subpass</code> uses color and/or depth/stencil attachments, then the <code>rasterizationSamples</code> member of <code>pMultisampleState</code> <strong class=\"purple\">must</strong> equal the maximum of the sample counts of those subpass attachments"
|
||||
"text": " If the <code>VK_AMD_mixed_attachment_samples</code> extension is enabled, and if <code>subpass</code> uses color and/or depth/stencil attachments, then the <code>rasterizationSamples</code> member of <code>pMultisampleState</code> <strong class=\"purple\">must</strong> equal the maximum of the sample counts of those subpass attachments"
|
||||
}
|
||||
],
|
||||
"(VK_NV_framebuffer_mixed_samples)": [
|
||||
{
|
||||
"vuid": "VUID-VkGraphicsPipelineCreateInfo-subpass-01411",
|
||||
"text": " If <code>subpass</code> has a depth/stencil attachment and depth test, stencil test, or depth bounds test are enabled, then the <code>rasterizationSamples</code> member of <code>pMultisampleState</code> <strong class=\"purple\">must</strong> be the same as the sample count of the depth/stencil attachment"
|
||||
"text": " If the <code>VK_NV_framebuffer_mixed_samples</code> extension is enabled, and if <code>subpass</code> has a depth/stencil attachment and depth test, stencil test, or depth bounds test are enabled, then the <code>rasterizationSamples</code> member of <code>pMultisampleState</code> <strong class=\"purple\">must</strong> be the same as the sample count of the depth/stencil attachment"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-VkGraphicsPipelineCreateInfo-subpass-01412",
|
||||
"text": " If <code>subpass</code> has any color attachments, then the <code>rasterizationSamples</code> member of <code>pMultisampleState</code> <strong class=\"purple\">must</strong> be greater than or equal to the sample count for those subpass attachments"
|
||||
"text": " If the <code>VK_NV_framebuffer_mixed_samples</code> extension is enabled, and if <code>subpass</code> has any color attachments, then the <code>rasterizationSamples</code> member of <code>pMultisampleState</code> <strong class=\"purple\">must</strong> be greater than or equal to the sample count for those subpass attachments"
|
||||
}
|
||||
],
|
||||
"(VK_VERSION_1_1,VK_KHR_multiview)": [
|
||||
|
@ -16236,7 +16230,7 @@
|
|||
"(VK_NV_framebuffer_mixed_samples)": [
|
||||
{
|
||||
"vuid": "VUID-VkPipelineMultisampleStateCreateInfo-rasterizationSamples-01415",
|
||||
"text": " If the subpass has any color attachments and <code>rasterizationSamples</code> is greater than the number of color samples, then <code>sampleShadingEnable</code> <strong class=\"purple\">must</strong> be <code>VK_FALSE</code>"
|
||||
"text": " If the <code>VK_NV_framebuffer_mixed_samples</code> extension is enabled, and if the subpass has any color attachments and <code>rasterizationSamples</code> is greater than the number of color samples, then <code>sampleShadingEnable</code> <strong class=\"purple\">must</strong> be <code>VK_FALSE</code>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -150,7 +150,7 @@ server.
|
|||
<type category="define">// Vulkan 1.1 version number
|
||||
#define <name>VK_API_VERSION_1_1</name> <type>VK_MAKE_VERSION</type>(1, 1, 0)// Patch version should always be set to 0</type>
|
||||
<type category="define">// Version of this file
|
||||
#define <name>VK_HEADER_VERSION</name> 89</type>
|
||||
#define <name>VK_HEADER_VERSION</name> 90</type>
|
||||
|
||||
<type category="define">
|
||||
#define <name>VK_DEFINE_HANDLE</name>(object) typedef struct object##_T* object;</type>
|
||||
|
@ -977,7 +977,7 @@ server.
|
|||
<member>const <type>void</type>* <name>pNext</name></member>
|
||||
<member optional="true"><type>VkShaderModuleCreateFlags</type> <name>flags</name></member>
|
||||
<member><type>size_t</type> <name>codeSize</name><comment>Specified in bytes</comment></member>
|
||||
<member len="latexmath:[codeSize \over 4]" altlen="codeSize / 4">const <type>uint32_t</type>* <name>pCode</name><comment>Binary code of size codeSize</comment></member>
|
||||
<member len="latexmath:[\textrm{codeSize} \over 4]" altlen="codeSize / 4">const <type>uint32_t</type>* <name>pCode</name><comment>Binary code of size codeSize</comment></member>
|
||||
</type>
|
||||
<type category="struct" name="VkDescriptorSetLayoutBinding">
|
||||
<member><type>uint32_t</type> <name>binding</name><comment>Binding number for this entry</comment></member>
|
||||
|
@ -4857,7 +4857,7 @@ server.
|
|||
</command>
|
||||
<command successcodes="VK_SUCCESS" errorcodes="VK_ERROR_OUT_OF_HOST_MEMORY,VK_ERROR_OUT_OF_DEVICE_MEMORY,VK_ERROR_DEVICE_LOST">
|
||||
<proto><type>VkResult</type> <name>vkQueueWaitIdle</name></proto>
|
||||
<param><type>VkQueue</type> <name>queue</name></param>
|
||||
<param externsync="true"><type>VkQueue</type> <name>queue</name></param>
|
||||
</command>
|
||||
<command successcodes="VK_SUCCESS" errorcodes="VK_ERROR_OUT_OF_HOST_MEMORY,VK_ERROR_OUT_OF_DEVICE_MEMORY,VK_ERROR_DEVICE_LOST">
|
||||
<proto><type>VkResult</type> <name>vkDeviceWaitIdle</name></proto>
|
||||
|
@ -10094,5 +10094,11 @@ server.
|
|||
<enum value=""VK_INTEL_extension_243"" name="VK_INTEL_EXTENSION_243_EXTENSION_NAME"/>
|
||||
</require>
|
||||
</extension>
|
||||
<extension name="VK_MESA_extension_244" number="244" author="MESA" contact="Andres Rodriguez @lostgoat" supported="disabled">
|
||||
<require>
|
||||
<enum value="0" name="VK_MESA_EXTENSION_244_SPEC_VERSION"/>
|
||||
<enum value=""VK_MESA_extension_244"" name="VK_MESA_EXTENSION_244_EXTENSION_NAME"/>
|
||||
</require>
|
||||
</extension>
|
||||
</extensions>
|
||||
</registry>
|
||||
|
|
Loading…
Add table
Reference in a new issue