mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
OpenGL 3.3 minimum.
This commit is contained in:
parent
90c5d1ca36
commit
75e3626a78
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ impl Window {
|
|||
.with_maximized(true);
|
||||
|
||||
let ctx_builder = glutin::ContextBuilder::new()
|
||||
.with_gl(glutin::GlRequest::Specific(glutin::Api::OpenGl, (3, 2)))
|
||||
.with_gl(glutin::GlRequest::Specific(glutin::Api::OpenGl, (3, 3)))
|
||||
.with_vsync(false);
|
||||
|
||||
let (window, device, factory, win_color_view, win_depth_view) =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue