VkCreateVideoSessionKHRNative typedef

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

Implementation

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