VkDestroyFramebufferNative typedef

VkDestroyFramebufferNative = Void Function(Pointer<VkDevice> device, Pointer<VkFramebuffer> framebuffer, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyFramebufferNative = Void Function(
    Pointer<VkDevice> device,
    Pointer<VkFramebuffer> framebuffer,
    Pointer<VkAllocationCallbacks> pAllocator);