Structures
VkBindPipelineIndirectCommandNV
Structure specifying input data for the compute pipeline dispatch token
The VkBindPipelineIndirectCommandNV
structure specifies the input data
for the VK_INDIRECT_COMMANDS_TOKEN_TYPE_PIPELINE_NV
token.
typedef struct VkBindPipelineIndirectCommandNV {
VkDeviceAddress pipelineAddress;
} VkBindPipelineIndirectCommandNV;
pipelineAddress
specifies the pipeline address of the compute pipeline that will be used in device generated rendering.
Valid Usage
VUID-VkBindPipelineIndirectCommandNV-deviceGeneratedComputePipelines-09091
The VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV
::deviceGeneratedComputePipelines
feature must be enabled
VUID-VkBindPipelineIndirectCommandNV-None-09092
The referenced pipeline must have been created with
VK_PIPELINE_CREATE_INDIRECT_BINDABLE_BIT_NV
VUID-VkBindPipelineIndirectCommandNV-None-09093
The referenced pipeline must have been updated with vkCmdUpdatePipelineIndirectBufferNV
VUID-VkBindPipelineIndirectCommandNV-None-09094
The referenced pipeline’s address must have been queried with vkGetPipelineIndirectDeviceAddressNV