VkCreateCuFunctionNVXNative typedef

VkCreateCuFunctionNVXNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkCuFunctionCreateInfoNVX> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkCuFunctionNVX>> pFunction)

Implementation

typedef VkCreateCuFunctionNVXNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkCuFunctionCreateInfoNVX> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkCuFunctionNVX>> pFunction);