Allow creating EGL contexts on win32 with the AMD DLLs
This commit is contained in:
parent
e606281862
commit
01ecd24fe2
7 changed files with 133 additions and 27 deletions
|
|
@ -165,7 +165,7 @@ impl Window {
|
|||
});
|
||||
try!(EglContext::new(
|
||||
egl,
|
||||
builder,
|
||||
&builder,
|
||||
Some(wayland_context.display.ptr() as *const _),
|
||||
(*shell_surface).ptr() as *const _
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue