Display renderer information
This commit is contained in:
parent
0c990583a3
commit
4aa2eae2e5
1 changed files with 4 additions and 1 deletions
|
@ -219,6 +219,9 @@ namespace Examples.Tests
|
|||
gfx.Clear(Color.Black);
|
||||
gfx.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
||||
|
||||
DrawString(gfx, GL.GetString(StringName.Vendor), line++);
|
||||
DrawString(gfx, GL.GetString(StringName.Version), line++);
|
||||
DrawString(gfx, GL.GetString(StringName.Renderer), line++);
|
||||
DrawString(gfx, Context.GraphicsMode.ToString(), line++);
|
||||
|
||||
DrawString(gfx, String.Format("[1 - 4]: change WindowState (current: {0}).", this.WindowState), line++);
|
||||
|
|
Loading…
Reference in a new issue