Function Prototype

vkCreateCuModuleNVX

Stub description of vkCreateCuModuleNVX

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.

VkResult vkCreateCuModuleNVX(
    VkDevice device,
    const VkCuModuleCreateInfoNVX* pCreateInfo,
    const VkAllocationCallbacks* pAllocator,
    VkCuModuleNVX* pModule);

Valid Usage (Implicit)

VUID-vkCreateCuModuleNVX-pCreateInfo-parameter

pCreateInfo must be a valid pointer to a valid VkCuModuleCreateInfoNVX structure

VUID-vkCreateCuModuleNVX-pAllocator-parameter

If pAllocator is not NULL, pAllocator must be a valid pointer to a valid VkAllocationCallbacks structure

VUID-vkCreateCuModuleNVX-pModule-parameter

pModule must be a valid pointer to a VkCuModuleNVX handle