Use GLES
This commit is contained in:
parent
a5de084856
commit
db074dc32f
3 changed files with 5 additions and 3 deletions
|
|
@ -4,6 +4,7 @@ use std::ptr;
|
|||
use glutin;
|
||||
|
||||
mod gl {
|
||||
pub use self::Gles2 as Gl;
|
||||
include!(concat!(env!("OUT_DIR"), "/test_gl_bindings.rs"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue