Function Prototype

vkCmdCuLaunchKernelNVX

Stub description of vkCmdCuLaunchKernelNVX

There is currently no specification language written for this command. This section acts only as placeholder and to avoid dead links in the specification and reference pages.

void vkCmdCuLaunchKernelNVX(
    VkCommandBuffer commandBuffer,
    const VkCuLaunchInfoNVX* pLaunchInfo);

Valid Usage (Implicit)

VUID-vkCmdCuLaunchKernelNVX-pLaunchInfo-parameter

pLaunchInfo must be a valid pointer to a valid VkCuLaunchInfoNVX structure

VUID-vkCmdCuLaunchKernelNVX-commandBuffer-cmdpool

The VkCommandPool that commandBuffer was allocated from must support VK_QUEUE_COMPUTE_BIT, or VK_QUEUE_GRAPHICS_BIT operations

VUID-vkCmdCuLaunchKernelNVX-suspended

This command must not be called between suspended render pass instances

VUID-vkCmdCuLaunchKernelNVX-videocoding

This command must only be called outside of a video coding scope

Host Synchronization

  • Host access to the VkCommandPool that commandBuffer was allocated from must be externally synchronized