Merge pull request #347 from tomaka/win32-pixel-format-details
Fix missing parameter for pixel formats infos on win32
This commit is contained in:
commit
424cc5ea49
3 changed files with 16 additions and 6 deletions
1
build.rs
1
build.rs
|
|
@ -27,6 +27,7 @@ fn main() {
|
|||
"WGL_ARB_create_context_profile".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_EXT_create_context_es2_profile".to_string(),
|
||||
"WGL_EXT_extensions_string".to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue