VkDestroyFenceNative typedef

VkDestroyFenceNative = Void Function(Pointer<VkDevice> device, Pointer<VkFence> fence, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyFenceNative = Void Function(Pointer<VkDevice> device,
    Pointer<VkFence> fence, Pointer<VkAllocationCallbacks> pAllocator);