VkGetDeviceQueue typedef

VkGetDeviceQueue = void Function(Pointer<VkDevice> device, int queueFamilyIndex, int queueIndex, Pointer<Pointer<VkQueue>> pQueue)

Implementation

typedef VkGetDeviceQueue = void Function(Pointer<VkDevice> device,
    int queueFamilyIndex, int queueIndex, Pointer<Pointer<VkQueue>> pQueue);