Function Prototype
vkDestroyCuModuleNVX
Stub description of vkDestroyCuModuleNVX
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 vkDestroyCuModuleNVX(
VkDevice device,
VkCuModuleNVX module,
const VkAllocationCallbacks* pAllocator);
Valid Usage (Implicit)
VUID-vkDestroyCuModuleNVX-device-parameter
device
must be a valid VkDevice handle
VUID-vkDestroyCuModuleNVX-module-parameter
module
must be a valid VkCuModuleNVX handle
VUID-vkDestroyCuModuleNVX-pAllocator-parameter
If pAllocator
is not NULL
, pAllocator
must be a valid pointer to a valid VkAllocationCallbacks structure
VUID-vkDestroyCuModuleNVX-module-parent
module
must have been created, allocated, or retrieved from device