inexorgame / vulkan-renderer

A new 3D game engine for Linux and Windows using C++20 and Vulkan API 1.3, in very early but ongoing development
https://inexor.org
MIT License
777 stars 34 forks source link

[tests] Fix physical device selection tests #496

Closed IAmNotHanni closed 1 year ago

IAmNotHanni commented 1 year ago

Fix

I was not respecting the order of declaration when using designated initializers in unit tests for physical device selection.

IAmNotHanni commented 1 year ago

It's a fix since in Visual Studio the build was broken because of this :D (sry should have mentioned that)