From bb8b9ecc0ca1d1fccd737e035e0349fdac5d656a Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Sat, 13 Oct 2018 10:28:28 -0700 Subject: [PATCH] Use platform's default backend in sample program. --- src/ImGui.NET.SampleProgram/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ImGui.NET.SampleProgram/Program.cs b/src/ImGui.NET.SampleProgram/Program.cs index 4ef47e3..33204af 100644 --- a/src/ImGui.NET.SampleProgram/Program.cs +++ b/src/ImGui.NET.SampleProgram/Program.cs @@ -35,7 +35,6 @@ namespace ImGuiNET VeldridStartup.CreateWindowAndGraphicsDevice( new WindowCreateInfo(50, 50, 1280, 720, WindowState.Normal, "ImGui.NET Sample Program"), new GraphicsDeviceOptions(true, null, true), - GraphicsBackend.Vulkan, out _window, out _gd); _window.Resized += () =>