VkCreateDevice typedef

VkCreateDevice = int Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkDeviceCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkDevice>> pDevice)

Implementation

typedef VkCreateDevice = int Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkDeviceCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkDevice>> pDevice);