public VkQueue(uint queueFamilyIndex, uint queueIndex) { Vulkan.vkGetDeviceQueue(Vulkan.device, queueFamilyIndex, queueIndex, out this); }