Open
Description
BGFX backend currently autoselects the first GPU it finds by using BGFX_PCI_ID_NONE
in vendorId
.
User should really be able to select whatever adapter it wants instead, apparently the best way is to set up deviceId
if provided, fallback to current auto behaviour otherwise.
BGFX documentation about vendorId/deviceId
MAME code where BGFX init happens