mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
Update GLX to use glXChooseFBConfig
This commit is contained in:
1
build.rs
1
build.rs
@@ -80,6 +80,7 @@ fn main() {
|
||||
"GLX_ARB_create_context".to_string(),
|
||||
"GLX_ARB_create_context_profile".to_string(),
|
||||
"GLX_ARB_create_context_robustness".to_string(),
|
||||
"GLX_ARB_fbconfig_float".to_string(),
|
||||
"GLX_ARB_framebuffer_sRGB".to_string(),
|
||||
"GLX_EXT_framebuffer_sRGB".to_string(),
|
||||
"GLX_EXT_swap_control".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user