VkCreateDeviceNative typedef

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

Implementation

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