We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435ac58 commit d1fa7ccCopy full SHA for d1fa7cc
Ab4d.SharpEngine.Samples.ImGui/Program.cs
@@ -67,7 +67,7 @@ private static void Main()
67
68
// Create window using Silk; setup is performed once window is created/loaded.
69
var options = Silk.NET.Windowing.WindowOptions.DefaultVulkan;
70
- options.Size = new Silk.NET.Maths.Vector2D<int>(1024, 600);
+ options.Size = new Silk.NET.Maths.Vector2D<int>(1440, 856);
71
options.Title = "Ab4d.SharpEngine with ImGui";
72
73
// You can decide to use SDL or Glfw
0 commit comments