mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00: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:
parent
1416dc7e6a
commit
dc6ccfb2ab
2 changed files with 85 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue