mirror of https://github.com/cemu-project/Cemu.git
display gpu name
This commit is contained in:
parent
770d6cfda7
commit
79290eae3f
|
@ -523,6 +523,7 @@ void MetalRenderer::DeleteFontTextures()
|
|||
void MetalRenderer::AppendOverlayDebugInfo()
|
||||
{
|
||||
ImGui::Text("--- GPU info ---");
|
||||
ImGui::Text("GPU %s", m_device->name()->utf8String());
|
||||
ImGui::Text("Is Apple GPU %s", (m_isAppleGPU ? "yes" : "no"));
|
||||
ImGui::Text("Has unified memory %s", (m_hasUnifiedMemory ? "yes" : "no"));
|
||||
ImGui::Text("Supports Metal3 %s", (m_supportsMetal3 ? "yes" : "no"));
|
||||
|
|
Loading…
Reference in New Issue