Function Prototype
vkCmdCuLaunchKernelNVX
Stub description of vkCmdCuLaunchKernelNVX
primary / secondary
both
graphics / compute
action
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-commandBuffer-parameter
commandBuffer
must be a valid VkCommandBuffer handle
VUID-vkCmdCuLaunchKernelNVX-pLaunchInfo-parameter
pLaunchInfo
must be a valid pointer to a valid VkCuLaunchInfoNVX structure
VUID-vkCmdCuLaunchKernelNVX-commandBuffer-recording
commandBuffer
must be in the recording state
VUID-vkCmdCuLaunchKernelNVX-commandBuffer-cmdpool
The VkCommandPool
that commandBuffer
was allocated from must support graphics, or compute operations
VUID-vkCmdCuLaunchKernelNVX-videocoding
This command must only be called outside of a video coding scope
Host Synchronization
- Host access to the
VkCommandPool
thatcommandBuffer
was allocated from must be externally synchronized ::