Fix the triangle in the examples

This commit is contained in:
Pierre Krieger 2015-08-30 18:48:26 +02:00
parent 9d6d2412c7
commit 326ea3555b
2 changed files with 13 additions and 8 deletions

View file

@ -176,5 +176,5 @@ fn main() {
gl_generator::registry::Ns::Gles2,
gl_generator::Fallbacks::All,
khronos_api::GL_XML, vec![],
"2.0", "core", &mut file).unwrap();
"3.0", "core", &mut file).unwrap();
}