VkCreateInstance typedef

VkCreateInstance = int Function(Pointer<VkInstanceCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkInstance>> pInstance)

Implementation

typedef VkCreateInstance = int Function(
    Pointer<VkInstanceCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkInstance>> pInstance);