VkCreateInstanceNative typedef

VkCreateInstanceNative = Int32 Function(Pointer<VkInstanceCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkInstance>> pInstance)

Implementation

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