Skip to content

Commit

Permalink
[Demo] Make sure device uses ResourceBindingModel.Improved
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Apr 18, 2018
1 parent 7911edf commit 24713d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NeoDemo/NeoDemo.cs
Expand Up @@ -452,7 +452,7 @@ private void ChangeBackend(GraphicsBackend backend)
_window.Resized += () => _windowResized = true;
}

GraphicsDeviceOptions gdOptions = new GraphicsDeviceOptions(false, null, syncToVBlank);
GraphicsDeviceOptions gdOptions = new GraphicsDeviceOptions(false, null, syncToVBlank, ResourceBindingModel.Improved);
#if DEBUG
gdOptions.Debug = true;
#endif
Expand Down

0 comments on commit 24713d2

Please sign in to comment.