VkBindPipelineIndirectCommandNV(3)
Name
VkBindPipelineIndirectCommandNV - Structure specifying input data for the compute pipeline dispatch token
C Specification
The VkBindPipelineIndirectCommandNV structure specifies the input data
for the VK_INDIRECT_COMMANDS_TOKEN_TYPE_PIPELINE_NV token.
// Provided by VK_NV_device_generated_commands_compute
typedef struct VkBindPipelineIndirectCommandNV {
VkDeviceAddress pipelineAddress;
} VkBindPipelineIndirectCommandNV;
Members
-
pipelineAddressspecifies the pipeline address of the compute pipeline that will be used in device generated rendering.
See Also
VK_NV_device_generated_commands_compute, VkDeviceAddress
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.