mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
display gpu name
This commit is contained in:
parent
770d6cfda7
commit
79290eae3f
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ void MetalRenderer::DeleteFontTextures()
|
||||||
void MetalRenderer::AppendOverlayDebugInfo()
|
void MetalRenderer::AppendOverlayDebugInfo()
|
||||||
{
|
{
|
||||||
ImGui::Text("--- GPU info ---");
|
ImGui::Text("--- GPU info ---");
|
||||||
|
ImGui::Text("GPU %s", m_device->name()->utf8String());
|
||||||
ImGui::Text("Is Apple GPU %s", (m_isAppleGPU ? "yes" : "no"));
|
ImGui::Text("Is Apple GPU %s", (m_isAppleGPU ? "yes" : "no"));
|
||||||
ImGui::Text("Has unified memory %s", (m_hasUnifiedMemory ? "yes" : "no"));
|
ImGui::Text("Has unified memory %s", (m_hasUnifiedMemory ? "yes" : "no"));
|
||||||
ImGui::Text("Supports Metal3 %s", (m_supportsMetal3 ? "yes" : "no"));
|
ImGui::Text("Supports Metal3 %s", (m_supportsMetal3 ? "yes" : "no"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue