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);
pub fn cmd_cu_launch_kernel_nvx(
command_buffer: vk::CommandBuffer,
p_launch_info: *const vk::CuLaunchInfoNVX,
);
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 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
VkCommandPoolthatcommandBufferwas allocated from must be externally synchronized
Parent
VK_NVX_binary_importType
Function Prototype
Command Buffer Level
primarysecondary
Queue Types
VK_QUEUE_GRAPHICS_BITVK_QUEUE_COMPUTE_BIT
Command Type
action