mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-04-09 14:37:00 +00:00
Update for Vulkan-Docs 1.3.259
This commit is contained in:
parent
9c37439a79
commit
d9c69c71cf
8 changed files with 48 additions and 49 deletions
|
@ -114,7 +114,7 @@ extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE h
|
|||
# include <span>
|
||||
#endif
|
||||
|
||||
static_assert( VK_HEADER_VERSION == 258, "Wrong VK_HEADER_VERSION!" );
|
||||
static_assert( VK_HEADER_VERSION == 259, "Wrong VK_HEADER_VERSION!" );
|
||||
|
||||
// 32-bit vulkan is not typesafe for non-dispatchable handles, so don't allow copy constructors on this platform by default.
|
||||
// To enable this feature on 32-bit platforms please define VULKAN_HPP_TYPESAFE_CONVERSION
|
||||
|
@ -5726,9 +5726,9 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
}
|
||||
|
||||
void
|
||||
vkCmdUpdatePipelineIndirectBuffer( VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline ) const VULKAN_HPP_NOEXCEPT
|
||||
vkCmdUpdatePipelineIndirectBufferNV( VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline ) const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return ::vkCmdUpdatePipelineIndirectBuffer( commandBuffer, pipelineBindPoint, pipeline );
|
||||
return ::vkCmdUpdatePipelineIndirectBufferNV( commandBuffer, pipelineBindPoint, pipeline );
|
||||
}
|
||||
|
||||
VkDeviceAddress vkGetPipelineIndirectDeviceAddressNV( VkDevice device, const VkPipelineIndirectDeviceAddressInfoNV * pInfo ) const VULKAN_HPP_NOEXCEPT
|
||||
|
@ -14403,7 +14403,7 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
|
||||
//=== VK_NV_device_generated_commands_compute ===
|
||||
PFN_vkGetPipelineIndirectMemoryRequirementsNV vkGetPipelineIndirectMemoryRequirementsNV = 0;
|
||||
PFN_vkCmdUpdatePipelineIndirectBuffer vkCmdUpdatePipelineIndirectBuffer = 0;
|
||||
PFN_vkCmdUpdatePipelineIndirectBufferNV vkCmdUpdatePipelineIndirectBufferNV = 0;
|
||||
PFN_vkGetPipelineIndirectDeviceAddressNV vkGetPipelineIndirectDeviceAddressNV = 0;
|
||||
|
||||
//=== VK_EXT_extended_dynamic_state3 ===
|
||||
|
@ -15714,7 +15714,7 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
//=== VK_NV_device_generated_commands_compute ===
|
||||
vkGetPipelineIndirectMemoryRequirementsNV =
|
||||
PFN_vkGetPipelineIndirectMemoryRequirementsNV( vkGetInstanceProcAddr( instance, "vkGetPipelineIndirectMemoryRequirementsNV" ) );
|
||||
vkCmdUpdatePipelineIndirectBuffer = PFN_vkCmdUpdatePipelineIndirectBuffer( vkGetInstanceProcAddr( instance, "vkCmdUpdatePipelineIndirectBuffer" ) );
|
||||
vkCmdUpdatePipelineIndirectBufferNV = PFN_vkCmdUpdatePipelineIndirectBufferNV( vkGetInstanceProcAddr( instance, "vkCmdUpdatePipelineIndirectBufferNV" ) );
|
||||
vkGetPipelineIndirectDeviceAddressNV =
|
||||
PFN_vkGetPipelineIndirectDeviceAddressNV( vkGetInstanceProcAddr( instance, "vkGetPipelineIndirectDeviceAddressNV" ) );
|
||||
|
||||
|
@ -16703,7 +16703,7 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
//=== VK_NV_device_generated_commands_compute ===
|
||||
vkGetPipelineIndirectMemoryRequirementsNV =
|
||||
PFN_vkGetPipelineIndirectMemoryRequirementsNV( vkGetDeviceProcAddr( device, "vkGetPipelineIndirectMemoryRequirementsNV" ) );
|
||||
vkCmdUpdatePipelineIndirectBuffer = PFN_vkCmdUpdatePipelineIndirectBuffer( vkGetDeviceProcAddr( device, "vkCmdUpdatePipelineIndirectBuffer" ) );
|
||||
vkCmdUpdatePipelineIndirectBufferNV = PFN_vkCmdUpdatePipelineIndirectBufferNV( vkGetDeviceProcAddr( device, "vkCmdUpdatePipelineIndirectBufferNV" ) );
|
||||
vkGetPipelineIndirectDeviceAddressNV = PFN_vkGetPipelineIndirectDeviceAddressNV( vkGetDeviceProcAddr( device, "vkGetPipelineIndirectDeviceAddressNV" ) );
|
||||
|
||||
//=== VK_EXT_extended_dynamic_state3 ===
|
||||
|
|
|
@ -69,7 +69,7 @@ extern "C" {
|
|||
#define VK_API_VERSION_1_0 VK_MAKE_API_VERSION(0, 1, 0, 0)// Patch version should always be set to 0
|
||||
|
||||
// Version of this file
|
||||
#define VK_HEADER_VERSION 258
|
||||
#define VK_HEADER_VERSION 259
|
||||
|
||||
// Complete version of this file
|
||||
#define VK_HEADER_VERSION_COMPLETE VK_MAKE_API_VERSION(0, 1, 3, VK_HEADER_VERSION)
|
||||
|
@ -16429,7 +16429,7 @@ VKAPI_ATTR void VKAPI_CALL vkCmdDecompressMemoryIndirectCountNV(
|
|||
|
||||
// VK_NV_device_generated_commands_compute is a preprocessor guard. Do not pass it to API calls.
|
||||
#define VK_NV_device_generated_commands_compute 1
|
||||
#define VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_SPEC_VERSION 1
|
||||
#define VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_SPEC_VERSION 2
|
||||
#define VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_EXTENSION_NAME "VK_NV_device_generated_commands_compute"
|
||||
typedef struct VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV {
|
||||
VkStructureType sType;
|
||||
|
@ -16459,7 +16459,7 @@ typedef struct VkBindPipelineIndirectCommandNV {
|
|||
} VkBindPipelineIndirectCommandNV;
|
||||
|
||||
typedef void (VKAPI_PTR *PFN_vkGetPipelineIndirectMemoryRequirementsNV)(VkDevice device, const VkComputePipelineCreateInfo* pCreateInfo, VkMemoryRequirements2* pMemoryRequirements);
|
||||
typedef void (VKAPI_PTR *PFN_vkCmdUpdatePipelineIndirectBuffer)(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline);
|
||||
typedef void (VKAPI_PTR *PFN_vkCmdUpdatePipelineIndirectBufferNV)(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline);
|
||||
typedef VkDeviceAddress (VKAPI_PTR *PFN_vkGetPipelineIndirectDeviceAddressNV)(VkDevice device, const VkPipelineIndirectDeviceAddressInfoNV* pInfo);
|
||||
|
||||
#ifndef VK_NO_PROTOTYPES
|
||||
|
@ -16468,7 +16468,7 @@ VKAPI_ATTR void VKAPI_CALL vkGetPipelineIndirectMemoryRequirementsNV(
|
|||
const VkComputePipelineCreateInfo* pCreateInfo,
|
||||
VkMemoryRequirements2* pMemoryRequirements);
|
||||
|
||||
VKAPI_ATTR void VKAPI_CALL vkCmdUpdatePipelineIndirectBuffer(
|
||||
VKAPI_ATTR void VKAPI_CALL vkCmdUpdatePipelineIndirectBufferNV(
|
||||
VkCommandBuffer commandBuffer,
|
||||
VkPipelineBindPoint pipelineBindPoint,
|
||||
VkPipeline pipeline);
|
||||
|
|
|
@ -21243,12 +21243,12 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
#endif /* VULKAN_HPP_DISABLE_ENHANCED_MODE */
|
||||
|
||||
template <typename Dispatch>
|
||||
VULKAN_HPP_INLINE void CommandBuffer::updatePipelineIndirectBuffer( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint,
|
||||
VULKAN_HPP_NAMESPACE::Pipeline pipeline,
|
||||
Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
|
||||
VULKAN_HPP_INLINE void CommandBuffer::updatePipelineIndirectBufferNV( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint,
|
||||
VULKAN_HPP_NAMESPACE::Pipeline pipeline,
|
||||
Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
VULKAN_HPP_ASSERT( d.getVkHeaderVersion() == VK_HEADER_VERSION );
|
||||
d.vkCmdUpdatePipelineIndirectBuffer( m_commandBuffer, static_cast<VkPipelineBindPoint>( pipelineBindPoint ), static_cast<VkPipeline>( pipeline ) );
|
||||
d.vkCmdUpdatePipelineIndirectBufferNV( m_commandBuffer, static_cast<VkPipelineBindPoint>( pipelineBindPoint ), static_cast<VkPipeline>( pipeline ) );
|
||||
}
|
||||
|
||||
template <typename Dispatch>
|
||||
|
|
|
@ -5966,9 +5966,9 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
//=== VK_NV_device_generated_commands_compute ===
|
||||
|
||||
template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>
|
||||
void updatePipelineIndirectBuffer( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint,
|
||||
VULKAN_HPP_NAMESPACE::Pipeline pipeline,
|
||||
Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT;
|
||||
void updatePipelineIndirectBufferNV( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint,
|
||||
VULKAN_HPP_NAMESPACE::Pipeline pipeline,
|
||||
Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT;
|
||||
|
||||
//=== VK_EXT_extended_dynamic_state3 ===
|
||||
|
||||
|
|
|
@ -1576,7 +1576,7 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
//=== VK_NV_device_generated_commands_compute ===
|
||||
vkGetPipelineIndirectMemoryRequirementsNV =
|
||||
PFN_vkGetPipelineIndirectMemoryRequirementsNV( vkGetDeviceProcAddr( device, "vkGetPipelineIndirectMemoryRequirementsNV" ) );
|
||||
vkCmdUpdatePipelineIndirectBuffer = PFN_vkCmdUpdatePipelineIndirectBuffer( vkGetDeviceProcAddr( device, "vkCmdUpdatePipelineIndirectBuffer" ) );
|
||||
vkCmdUpdatePipelineIndirectBufferNV = PFN_vkCmdUpdatePipelineIndirectBufferNV( vkGetDeviceProcAddr( device, "vkCmdUpdatePipelineIndirectBufferNV" ) );
|
||||
vkGetPipelineIndirectDeviceAddressNV =
|
||||
PFN_vkGetPipelineIndirectDeviceAddressNV( vkGetDeviceProcAddr( device, "vkGetPipelineIndirectDeviceAddressNV" ) );
|
||||
|
||||
|
@ -2403,7 +2403,7 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
|
||||
//=== VK_NV_device_generated_commands_compute ===
|
||||
PFN_vkGetPipelineIndirectMemoryRequirementsNV vkGetPipelineIndirectMemoryRequirementsNV = 0;
|
||||
PFN_vkCmdUpdatePipelineIndirectBuffer vkCmdUpdatePipelineIndirectBuffer = 0;
|
||||
PFN_vkCmdUpdatePipelineIndirectBufferNV vkCmdUpdatePipelineIndirectBufferNV = 0;
|
||||
PFN_vkGetPipelineIndirectDeviceAddressNV vkGetPipelineIndirectDeviceAddressNV = 0;
|
||||
|
||||
//=== VK_EXT_extended_dynamic_state3 ===
|
||||
|
@ -5927,8 +5927,8 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
|
||||
//=== VK_NV_device_generated_commands_compute ===
|
||||
|
||||
void updatePipelineIndirectBuffer( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint,
|
||||
VULKAN_HPP_NAMESPACE::Pipeline pipeline ) const VULKAN_HPP_NOEXCEPT;
|
||||
void updatePipelineIndirectBufferNV( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint,
|
||||
VULKAN_HPP_NAMESPACE::Pipeline pipeline ) const VULKAN_HPP_NOEXCEPT;
|
||||
|
||||
//=== VK_EXT_extended_dynamic_state3 ===
|
||||
|
||||
|
@ -19766,13 +19766,13 @@ namespace VULKAN_HPP_NAMESPACE
|
|||
return structureChain;
|
||||
}
|
||||
|
||||
VULKAN_HPP_INLINE void CommandBuffer::updatePipelineIndirectBuffer( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint,
|
||||
VULKAN_HPP_NAMESPACE::Pipeline pipeline ) const VULKAN_HPP_NOEXCEPT
|
||||
VULKAN_HPP_INLINE void CommandBuffer::updatePipelineIndirectBufferNV( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint,
|
||||
VULKAN_HPP_NAMESPACE::Pipeline pipeline ) const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
VULKAN_HPP_ASSERT( getDispatcher()->vkCmdUpdatePipelineIndirectBuffer &&
|
||||
"Function <vkCmdUpdatePipelineIndirectBuffer> requires <VK_NV_device_generated_commands_compute>" );
|
||||
VULKAN_HPP_ASSERT( getDispatcher()->vkCmdUpdatePipelineIndirectBufferNV &&
|
||||
"Function <vkCmdUpdatePipelineIndirectBufferNV> requires <VK_NV_device_generated_commands_compute>" );
|
||||
|
||||
getDispatcher()->vkCmdUpdatePipelineIndirectBuffer(
|
||||
getDispatcher()->vkCmdUpdatePipelineIndirectBufferNV(
|
||||
static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkPipelineBindPoint>( pipelineBindPoint ), static_cast<VkPipeline>( pipeline ) );
|
||||
}
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1167,7 +1167,6 @@ The current public version of video.xml is maintained in the default branch
|
|||
<type name="StdVideoH265SpsFlags"/>
|
||||
<type name="StdVideoH265ShortTermRefPicSetFlags"/>
|
||||
<type name="StdVideoH265ShortTermRefPicSet"/>
|
||||
<type name="StdVideoH265ShortTermRefPicsSps"/>
|
||||
<type name="StdVideoH265LongTermRefPicsSps"/>
|
||||
<type name="StdVideoH265SequenceParameterSet"/>
|
||||
<type name="StdVideoH265PpsFlags"/>
|
||||
|
|
|
@ -175,7 +175,7 @@ branch of the member gitlab server.
|
|||
#define <name>VKSC_API_VERSION_1_0</name> <type>VK_MAKE_API_VERSION</type>(VKSC_API_VARIANT, 1, 0, 0)// Patch version should always be set to 0</type>
|
||||
|
||||
<type api="vulkan" category="define">// Version of this file
|
||||
#define <name>VK_HEADER_VERSION</name> 258</type>
|
||||
#define <name>VK_HEADER_VERSION</name> 259</type>
|
||||
<type api="vulkan" category="define" requires="VK_HEADER_VERSION">// Complete version of this file
|
||||
#define <name>VK_HEADER_VERSION_COMPLETE</name> <type>VK_MAKE_API_VERSION</type>(0, 1, 3, VK_HEADER_VERSION)</type>
|
||||
<type api="vulkansc" category="define">// Version of this file
|
||||
|
@ -11403,7 +11403,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
|
|||
<param><type>VkDeviceSize</type> <name>offset</name></param>
|
||||
</command>
|
||||
<command queues="transfer,graphics,compute" renderpass="outside" cmdbufferlevel="primary,secondary" tasks="action">
|
||||
<proto><type>void</type> <name>vkCmdUpdatePipelineIndirectBuffer</name></proto>
|
||||
<proto><type>void</type> <name>vkCmdUpdatePipelineIndirectBufferNV</name></proto>
|
||||
<param externsync="true"><type>VkCommandBuffer</type> <name>commandBuffer</name></param>
|
||||
<param><type>VkPipelineBindPoint</type> <name>pipelineBindPoint</name></param>
|
||||
<param><type>VkPipeline</type> <name>pipeline</name></param>
|
||||
|
@ -21698,7 +21698,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
|
|||
</extension>
|
||||
<extension name="VK_NV_device_generated_commands_compute" number="429" type="device" depends="VK_NV_device_generated_commands" author="NV" contact="Vikram Kushwaha @vkushwaha-nv" supported="vulkan">
|
||||
<require>
|
||||
<enum value="1" name="VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_SPEC_VERSION"/>
|
||||
<enum value="2" name="VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_SPEC_VERSION"/>
|
||||
<enum value=""VK_NV_device_generated_commands_compute"" name="VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_EXTENSION_NAME"/>
|
||||
<enum offset="0" extends="VkStructureType" name="VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_COMPUTE_FEATURES_NV"/>
|
||||
<enum offset="1" extends="VkStructureType" name="VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_INDIRECT_BUFFER_INFO_NV"/>
|
||||
|
@ -21711,7 +21711,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
|
|||
<type name="VkPipelineIndirectDeviceAddressInfoNV"/>
|
||||
<type name="VkBindPipelineIndirectCommandNV"/>
|
||||
<command name="vkGetPipelineIndirectMemoryRequirementsNV"/>
|
||||
<command name="vkCmdUpdatePipelineIndirectBuffer"/>
|
||||
<command name="vkCmdUpdatePipelineIndirectBufferNV"/>
|
||||
<command name="vkGetPipelineIndirectDeviceAddressNV"/>
|
||||
</require>
|
||||
</extension>
|
||||
|
|
Loading…
Add table
Reference in a new issue