Structures
VkCuModuleCreateInfoNVX
Stub description of VkCuModuleCreateInfoNVX
There is currently no specification language written for this type. This section acts only as placeholder and to avoid dead links in the specification and reference pages.
typedef struct VkCuModuleCreateInfoNVX {
VkStructureType sType;
const void* pNext;
size_t dataSize;
const void* pData;
} VkCuModuleCreateInfoNVX;
Valid Usage (Implicit)
VUID-VkCuModuleCreateInfoNVX-sType-sType
sType
must be VK_STRUCTURE_TYPE_CU_MODULE_CREATE_INFO_NVX
VUID-VkCuModuleCreateInfoNVX-pNext-pNext
pNext
must be NULL
VUID-VkCuModuleCreateInfoNVX-pData-parameter
If dataSize
is not 0
, pData
must be a valid pointer to an array of dataSize
bytes