Implement enumerate_arb_pixel_formats
This commit is contained in:
parent
d1bc85c011
commit
950fd58b77
2 changed files with 51 additions and 3 deletions
4
build.rs
4
build.rs
|
|
@ -22,7 +22,9 @@ fn main() {
|
|||
khronos_api::WGL_XML,
|
||||
vec![
|
||||
"WGL_ARB_create_context".to_string(),
|
||||
"WGL_EXT_swap_control".to_string()
|
||||
"WGL_EXT_swap_control".to_string(),
|
||||
"WGL_ARB_pixel_format".to_string(),
|
||||
"WGL_ARB_framebuffer_sRGB".to_string(),
|
||||
],
|
||||
"1.0", "core", &mut file).unwrap();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue