mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06:00
PrintGpuInformation
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user