VkDestroyVideoSessionKHR typedef

VkDestroyVideoSessionKHR = void Function(Pointer<VkDevice> device, Pointer<VkVideoSessionKHR> videoSession, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyVideoSessionKHR = void Function(
    Pointer<VkDevice> device,
    Pointer<VkVideoSessionKHR> videoSession,
    Pointer<VkAllocationCallbacks> pAllocator);