VkCreateVideoSessionKHR typedef

VkCreateVideoSessionKHR = int Function(Pointer<VkDevice> device, Pointer<VkVideoSessionCreateInfoKHR> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkVideoSessionKHR>> pVideoSession)

Implementation

typedef VkCreateVideoSessionKHR = int Function(
    Pointer<VkDevice> device,
    Pointer<VkVideoSessionCreateInfoKHR> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkVideoSessionKHR>> pVideoSession);