mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-29 04:38:47 +00:00
Merge pull request #12537 from TellowKrinkle/MTLSubgroup
VideoCommon: More specific subgroup op bugs
This commit is contained in:
commit
5c2f73986a
8 changed files with 288 additions and 77 deletions
|
@ -211,7 +211,8 @@ void InitDriverInfo()
|
|||
default:
|
||||
break;
|
||||
}
|
||||
DriverDetails::Init(DriverDetails::API_OPENGL, vendor, driver, version, family);
|
||||
DriverDetails::Init(DriverDetails::API_OPENGL, vendor, driver, version, family,
|
||||
std::string(srenderer));
|
||||
}
|
||||
|
||||
bool PopulateConfig(GLContext* m_main_gl_context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue