Skip to content

vulkan/device_select: Store Vulkan vendorID and deviceID as uint32_t

Witold Baryluk requested to merge baryluk/mesa:device_select_uint32 into master

Vulkan uses 32-bit IDs, compared to PCI/USB 16-bit ones.

Some driver vendorIDs do exceed 0xffff, including MESA (used by lavapipe).

Without this, the value will be truncated, and device select layer will not match expected (or any) device.

Closes: #3935 (closed)

Merge request reports