mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 09:35:27 +00:00
PrintGpuInformation
This commit is contained in:
parent
87b52ad7d8
commit
d8eab24b8b
|
@ -76,12 +76,12 @@ namespace Ryujinx.Graphics.OpenGL
|
||||||
|
|
||||||
public void InitializeCounters()
|
public void InitializeCounters()
|
||||||
{
|
{
|
||||||
GetGpuInformation();
|
PrintGpuInformation();
|
||||||
|
|
||||||
_counters.Initialize();
|
_counters.Initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void GetGpuInformation()
|
private void PrintGpuInformation()
|
||||||
{
|
{
|
||||||
string gpuVendor = GL.GetString(StringName.Vendor);
|
string gpuVendor = GL.GetString(StringName.Vendor);
|
||||||
string gpuRenderer = GL.GetString(StringName.Renderer);
|
string gpuRenderer = GL.GetString(StringName.Renderer);
|
||||||
|
|
Loading…
Reference in a new issue