Implemented gl_core flag
This commit is contained in:
parent
c1ca5d1d87
commit
a42f1f5833
7 changed files with 70 additions and 21 deletions
1
build.rs
1
build.rs
|
|
@ -52,6 +52,7 @@ fn main() {
|
|||
khronos_api::GLX_XML,
|
||||
vec![
|
||||
"GLX_ARB_create_context".to_string(),
|
||||
"GLX_ARB_create_context_profile".to_string(),
|
||||
"GLX_ARB_framebuffer_sRGB".to_string(),
|
||||
"GLX_EXT_framebuffer_sRGB".to_string(),
|
||||
"GLX_EXT_swap_control".to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue