mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoBackends:Vulkan: Use Vulkan 1.2 driverID to detect MoltenVK
Previously we'd assume all Apple GPUs were MoltenVK, including those running on Asahi Linux with open source Honeykrisp drivers.
This commit is contained in:
@ -39,6 +39,7 @@ public:
|
||||
float pointSizeRange[2];
|
||||
float maxSamplerAnisotropy;
|
||||
u32 subgroupSize = 1;
|
||||
VkDriverId driverID = static_cast<VkDriverId>(0);
|
||||
bool dualSrcBlend;
|
||||
bool geometryShader;
|
||||
bool samplerAnisotropy;
|
||||
|
Reference in New Issue
Block a user