Use modern GL code for the examples
This commit is contained in:
parent
4ab83a23e5
commit
9261408cc8
8 changed files with 73 additions and 58 deletions
|
|
@ -35,7 +35,6 @@ fn main() {
|
|||
};
|
||||
|
||||
let window = glutin::WindowBuilder::new()
|
||||
.with_gl_profile(glutin::GlProfile::Compatibility)
|
||||
.with_title("Hello world!".to_string())
|
||||
.with_fullscreen(monitor)
|
||||
.build()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue