VkDestroySampler typedef

VkDestroySampler = void Function(Pointer<VkDevice> device, Pointer<VkSampler> sampler, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroySampler = void Function(Pointer<VkDevice> device,
    Pointer<VkSampler> sampler, Pointer<VkAllocationCallbacks> pAllocator);