mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
parent
1ab6677f1e
commit
bccbbaa57c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ fn main() {
|
||||||
unsafe { window.make_current() };
|
unsafe { window.make_current() };
|
||||||
|
|
||||||
unsafe {
|
unsafe {
|
||||||
gl::load_with(|symbol| window.get_proc_address(symbol));
|
gl::load_with(|symbol| window.get_proc_address(symbol) as *const _);
|
||||||
|
|
||||||
gl::ClearColor(0.0, 1.0, 0.0, 1.0);
|
gl::ClearColor(0.0, 1.0, 0.0, 1.0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue