Fix the triangle in the examples
This commit is contained in:
parent
9d6d2412c7
commit
326ea3555b
2 changed files with 13 additions and 8 deletions
2
build.rs
2
build.rs
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue