Skip to content

Commit b0cd7eb

Browse files
committed
Pass additional GraphicsDeviceOptions.
1 parent 92b3afd commit b0cd7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImGui.NET.SampleProgram/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static void Main(string[] args)
3636
// Create window, GraphicsDevice, and all resources necessary for the demo.
3737
VeldridStartup.CreateWindowAndGraphicsDevice(
3838
new WindowCreateInfo(50, 50, 1280, 720, WindowState.Normal, "ImGui.NET Sample Program"),
39-
new GraphicsDeviceOptions(true, null, true),
39+
new GraphicsDeviceOptions(true, null, true, ResourceBindingModel.Improved, true, true),
4040
out _window,
4141
out _gd);
4242
_window.Resized += () =>

0 commit comments

Comments
 (0)