Update for Vulkan-Docs 1.3.259
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"version info": {
|
||||
"schema version": 2,
|
||||
"api version": "1.3.258",
|
||||
"comment": "from git branch: github-main commit: 2c1e07a72b43f53cc7866c55ae32afe97d933621",
|
||||
"date": "2023-07-21 09:57:58Z"
|
||||
"api version": "1.3.259",
|
||||
"comment": "from git branch: github-main commit: 3da7531f2f9d48993ab627c02a866479d5163ba4",
|
||||
"date": "2023-07-22 10:52:33Z"
|
||||
},
|
||||
"validation": {
|
||||
"vkGetInstanceProcAddr": {
|
||||
@@ -11570,54 +11570,54 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"vkCmdUpdatePipelineIndirectBuffer": {
|
||||
"vkCmdUpdatePipelineIndirectBufferNV": {
|
||||
"core": [
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-pipelineBindPoint-09018",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-pipelineBindPoint-09018",
|
||||
"text": " <code>pipelineBindPoint</code> <strong class=\"purple\">must</strong> be <code>VK_PIPELINE_BIND_POINT_COMPUTE</code>"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-pipeline-09019",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-pipeline-09019",
|
||||
"text": " <code>pipeline</code> <strong class=\"purple\">must</strong> have been created with <code>VK_PIPELINE_CREATE_INDIRECT_BINDABLE_BIT_NV</code> flag set"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-pipeline-09020",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-pipeline-09020",
|
||||
"text": " <code>pipeline</code> <strong class=\"purple\">must</strong> have been created with <a href=\"#VkComputePipelineIndirectBufferInfoNV\">VkComputePipelineIndirectBufferInfoNV</a> structure specifying a valid address where its metadata will be saved"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-deviceGeneratedComputePipelines-09021",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-deviceGeneratedComputePipelines-09021",
|
||||
"text": " The <a href=\"#features-deviceGeneratedComputePipelines\"><code>VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV</code>::<code>deviceGeneratedComputePipelines</code></a> feature <strong class=\"purple\">must</strong> be enabled"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-commandBuffer-parameter",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-commandBuffer-parameter",
|
||||
"text": " <code>commandBuffer</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#VkCommandBuffer\">VkCommandBuffer</a> handle"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-pipelineBindPoint-parameter",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-pipelineBindPoint-parameter",
|
||||
"text": " <code>pipelineBindPoint</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#VkPipelineBindPoint\">VkPipelineBindPoint</a> value"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-pipeline-parameter",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-pipeline-parameter",
|
||||
"text": " <code>pipeline</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#VkPipeline\">VkPipeline</a> handle"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-commandBuffer-recording",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-commandBuffer-recording",
|
||||
"text": " <code>commandBuffer</code> <strong class=\"purple\">must</strong> be in the <a href=\"#commandbuffers-lifecycle\">recording state</a>"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-commandBuffer-cmdpool",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-commandBuffer-cmdpool",
|
||||
"text": " The <code>VkCommandPool</code> that <code>commandBuffer</code> was allocated from <strong class=\"purple\">must</strong> support transfer, graphics, or compute operations"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-renderpass",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-renderpass",
|
||||
"text": " This command <strong class=\"purple\">must</strong> only be called outside of a render pass instance"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-videocoding",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-videocoding",
|
||||
"text": " This command <strong class=\"purple\">must</strong> only be called outside of a video coding scope"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBuffer-commonparent",
|
||||
"vuid": "VUID-vkCmdUpdatePipelineIndirectBufferNV-commonparent",
|
||||
"text": " Both of <code>commandBuffer</code>, and <code>pipeline</code> <strong class=\"purple\">must</strong> have been created, allocated, or retrieved from the same <a href=\"#VkDevice\">VkDevice</a>"
|
||||
}
|
||||
]
|
||||
@@ -58638,7 +58638,7 @@
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-VkBindPipelineIndirectCommandNV-None-09093",
|
||||
"text": " The referenced pipeline <strong class=\"purple\">must</strong> have been updated with <a href=\"#vkCmdUpdatePipelineIndirectBuffer\">vkCmdUpdatePipelineIndirectBuffer</a>"
|
||||
"text": " The referenced pipeline <strong class=\"purple\">must</strong> have been updated with <a href=\"#vkCmdUpdatePipelineIndirectBufferNV\">vkCmdUpdatePipelineIndirectBufferNV</a>"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-VkBindPipelineIndirectCommandNV-None-09094",
|
||||
@@ -60202,7 +60202,7 @@
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-VkGeneratedCommandsInfoNV-pipelineBindPoint-09086",
|
||||
"text": " If <code>pipelineBindPoint</code> is of type <code>VK_PIPELINE_BIND_POINT_COMPUTE</code>, then <a href=\"#vkCmdUpdatePipelineIndirectBuffer\">vkCmdUpdatePipelineIndirectBuffer</a> <strong class=\"purple\">must</strong> have been called on that pipeline to save its metadata to a device address"
|
||||
"text": " If <code>pipelineBindPoint</code> is of type <code>VK_PIPELINE_BIND_POINT_COMPUTE</code>, then <a href=\"#vkCmdUpdatePipelineIndirectBufferNV\">vkCmdUpdatePipelineIndirectBufferNV</a> <strong class=\"purple\">must</strong> have been called on that pipeline to save its metadata to a device address"
|
||||
},
|
||||
{
|
||||
"vuid": "VUID-VkGeneratedCommandsInfoNV-pipelineBindPoint-09087",
|
||||
|
||||
Reference in New Issue
Block a user