VkDestroyRenderPassNative typedef

VkDestroyRenderPassNative = Void Function(Pointer<VkDevice> device, Pointer<VkRenderPass> renderPass, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

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