Structures

VkCuFunctionCreateInfoNVX

Stub description of VkCuFunctionCreateInfoNVX

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 VkCuFunctionCreateInfoNVX {
    VkStructureType sType;
    const void* pNext;
    VkCuModuleNVX module;
    const char* pName;
} VkCuFunctionCreateInfoNVX;

Valid Usage (Implicit)

VUID-VkCuFunctionCreateInfoNVX-sType-sType

sType must be VK_STRUCTURE_TYPE_CU_FUNCTION_CREATE_INFO_NVX

VUID-VkCuFunctionCreateInfoNVX-pName-parameter

pName must be a null-terminated UTF-8 string