VkCreateFramebuffer typedef

VkCreateFramebuffer = int Function(Pointer<VkDevice> device, Pointer<VkFramebufferCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkFramebuffer>> pFramebuffer)

Implementation

typedef VkCreateFramebuffer = int Function(
    Pointer<VkDevice> device,
    Pointer<VkFramebufferCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkFramebuffer>> pFramebuffer);