Function Prototype
vkCreateCuFunctionNVX
Stub description of vkCreateCuFunctionNVX
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 vkCreateCuFunctionNVX(
VkDevice device,
const VkCuFunctionCreateInfoNVX* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkCuFunctionNVX* pFunction);
Valid Usage (Implicit)
VUID-vkCreateCuFunctionNVX-device-parameter
device
must be a valid VkDevice handle
VUID-vkCreateCuFunctionNVX-pCreateInfo-parameter
pCreateInfo
must be a valid pointer to a valid VkCuFunctionCreateInfoNVX structure
VUID-vkCreateCuFunctionNVX-pAllocator-parameter
If pAllocator
is not NULL
, pAllocator
must be a valid pointer to a valid VkAllocationCallbacks structure
VUID-vkCreateCuFunctionNVX-pFunction-parameter
pFunction
must be a valid pointer to a VkCuFunctionNVX handle