We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b3afd commit b0cd7ebCopy full SHA for b0cd7eb
src/ImGui.NET.SampleProgram/Program.cs
@@ -36,7 +36,7 @@ static void Main(string[] args)
36
// Create window, GraphicsDevice, and all resources necessary for the demo.
37
VeldridStartup.CreateWindowAndGraphicsDevice(
38
new WindowCreateInfo(50, 50, 1280, 720, WindowState.Normal, "ImGui.NET Sample Program"),
39
- new GraphicsDeviceOptions(true, null, true),
+ new GraphicsDeviceOptions(true, null, true, ResourceBindingModel.Improved, true, true),
40
out _window,
41
out _gd);
42
_window.Resized += () =>
0 commit comments