diff --git a/OpenRA.Renderer.Gl/GraphicsDevice.cs b/OpenRA.Renderer.Gl/GraphicsDevice.cs index c97f173d73..128cb88f45 100755 --- a/OpenRA.Renderer.Gl/GraphicsDevice.cs +++ b/OpenRA.Renderer.Gl/GraphicsDevice.cs @@ -92,6 +92,7 @@ namespace OpenRA.Renderer.Glsl { Log.AddChannel("graphics", "graphics.log"); Log.Write("graphics", "Unsupported GPU: Missing extensions."); + Log.Write("graphics", "Vendor: {0}", Gl.glGetString(Gl.GL_VENDOR)); Log.Write("graphics", "Available extensions:"); Log.Write("graphics", extensions); throw new InvalidProgramException("Unsupported GPU. See graphics.log for details.");