Merge pull request #409 from kvark/core

GL core profile flag
This commit is contained in:
tomaka 2015-05-01 14:07:10 +02:00
commit 4882a94080
7 changed files with 82 additions and 18 deletions

View file

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