VkGetDeviceQueue2 typedef

VkGetDeviceQueue2 = void Function(Pointer<VkDevice> device, Pointer<VkDeviceQueueInfo2> pQueueInfo, Pointer<Pointer<VkQueue>> pQueue)

Implementation

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