VkCreateImageNative typedef

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

Implementation

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