VkDestroyRenderPass typedef

VkDestroyRenderPass = void Function(Pointer<VkDevice> device, Pointer<VkRenderPass> renderPass, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyRenderPass = void Function(
    Pointer<VkDevice> device,
    Pointer<VkRenderPass> renderPass,
    Pointer<VkAllocationCallbacks> pAllocator);