Include OpenGL version string in sysinfo.
This commit is contained in:
committed by
Oliver Brakmann
parent
6b4ccecabe
commit
bc0efbefd1
@@ -78,6 +78,8 @@ namespace OpenRA
|
||||
|
||||
IHardwareCursor CreateHardwareCursor(string name, Size size, byte[] data, int2 hotspot);
|
||||
void SetHardwareCursor(IHardwareCursor cursor);
|
||||
|
||||
string GLVersion { get; }
|
||||
}
|
||||
|
||||
public interface IVertexBuffer<T> : IDisposable
|
||||
|
||||
@@ -273,5 +273,10 @@ namespace OpenRA
|
||||
{
|
||||
return Device.SetClipboardText(text);
|
||||
}
|
||||
|
||||
public string GLVersion
|
||||
{
|
||||
get { return Device.GLVersion; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user