Use modern GL code for the examples

This commit is contained in:
Pierre Krieger 2015-08-05 22:31:34 +02:00
parent 4ab83a23e5
commit 9261408cc8
8 changed files with 73 additions and 58 deletions

View file

@ -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()