UnrealGPUSwarm
UnrealGPUSwarm copied to clipboard
Bug: Device properties query always picks first device.
Hi. I found a small bug in the code that tries to pick the dedicated GPU. While looping through devices you always query properties of the first device saved as a fallback instead of the current one.
Make a small PR with a fix: https://github.com/tgfrerer/island/pull/55