VkCreateImage typedef

VkCreateImage = int Function(Pointer<VkDevice> device, Pointer<VkImageCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkImage>> pImage)

Implementation

typedef VkCreateImage = int Function(
    Pointer<VkDevice> device,
    Pointer<VkImageCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkImage>> pImage);