VkDestroySurfaceKHR typedef

VkDestroySurfaceKHR = void Function(Pointer<VkInstance> instance, Pointer<VkSurfaceKHR> surface, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroySurfaceKHR = void Function(Pointer<VkInstance> instance,
    Pointer<VkSurfaceKHR> surface, Pointer<VkAllocationCallbacks> pAllocator);