Implemented get_pixel_format for X11
This commit is contained in:
parent
d5138d2708
commit
ac23d3114c
3 changed files with 36 additions and 2 deletions
2
build.rs
2
build.rs
|
|
@ -52,6 +52,8 @@ fn main() {
|
|||
khronos_api::GLX_XML,
|
||||
vec![
|
||||
"GLX_ARB_create_context".to_string(),
|
||||
"GLX_ARB_framebuffer_sRGB".to_string(),
|
||||
"GLX_EXT_framebuffer_sRGB".to_string(),
|
||||
"GLX_EXT_swap_control".to_string(),
|
||||
"GLX_SGI_swap_control".to_string()
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue