mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-23 15:33:28 +02:00
PrintGpuInformation
This commit is contained in:
@@ -76,12 +76,12 @@ namespace Ryujinx.Graphics.OpenGL
|
||||
|
||||
public void InitializeCounters()
|
||||
{
|
||||
GetGpuInformation();
|
||||
PrintGpuInformation();
|
||||
|
||||
_counters.Initialize();
|
||||
}
|
||||
|
||||
private void GetGpuInformation()
|
||||
private void PrintGpuInformation()
|
||||
{
|
||||
string gpuVendor = GL.GetString(StringName.Vendor);
|
||||
string gpuRenderer = GL.GetString(StringName.Renderer);
|
||||
|
||||
Reference in New Issue
Block a user