fixing issue with vulkan queues on multiple GPU computers

This commit is contained in:
Kbz-8
2024-01-08 23:50:00 +01:00
parent c6a024d911
commit 31073c116c
4 changed files with 18 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/10/08 19:02:42 by maldavid #+# #+# */
/* Updated: 2022/12/18 22:52:04 by maldavid ### ########.fr */
/* Updated: 2024/01/08 23:46:36 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -38,7 +38,7 @@ namespace mlx
_families->presentFamily = i;
if(_families->isComplete())
break;
return *_families;
i++;
}