mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
vk: Add iGPU detection
This commit is contained in:
parent
7ea0a96d02
commit
d40a4ee04e
@ -133,6 +133,8 @@ namespace vk
|
||||
|
||||
operator VkPhysicalDevice() const;
|
||||
operator VkInstance() const;
|
||||
|
||||
bool is_integrated_gpu() const { return props.deviceType == VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU; }
|
||||
};
|
||||
|
||||
class render_device
|
||||
|
||||
Loading…
Reference in New Issue
Block a user