Switch WGL to ChoosePixelFormat
This commit is contained in:
parent
0b6418fabb
commit
95a60ee329
3 changed files with 317 additions and 116 deletions
2
build.rs
2
build.rs
|
|
@ -28,10 +28,12 @@ fn main() {
|
|||
"WGL_ARB_create_context".to_string(),
|
||||
"WGL_ARB_create_context_profile".to_string(),
|
||||
"WGL_ARB_create_context_robustness".to_string(),
|
||||
"WGL_ARB_context_flush_control".to_string(),
|
||||
"WGL_ARB_extensions_string".to_string(),
|
||||
"WGL_ARB_framebuffer_sRGB".to_string(),
|
||||
"WGL_ARB_multisample".to_string(),
|
||||
"WGL_ARB_pixel_format".to_string(),
|
||||
"WGL_ARB_pixel_format_float".to_string(),
|
||||
"WGL_EXT_create_context_es2_profile".to_string(),
|
||||
"WGL_EXT_extensions_string".to_string(),
|
||||
"WGL_EXT_framebuffer_sRGB".to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue