VkGetDeviceQueue2Native typedef

VkGetDeviceQueue2Native = Void Function(Pointer<VkDevice> device, Pointer<VkDeviceQueueInfo2> pQueueInfo, Pointer<Pointer<VkQueue>> pQueue)

Implementation

typedef VkGetDeviceQueue2Native = Void Function(Pointer<VkDevice> device,
    Pointer<VkDeviceQueueInfo2> pQueueInfo, Pointer<Pointer<VkQueue>> pQueue);