move window settings to iced_native
This commit is contained in:
parent
a386788b67
commit
1bc0c480f9
11 changed files with 62 additions and 69 deletions
|
|
@ -31,7 +31,8 @@ pub fn main() {
|
|||
.unwrap();
|
||||
|
||||
unsafe {
|
||||
let windowed_context = windowed_context.make_current(todo!("derezzedex")).unwrap();
|
||||
let windowed_context =
|
||||
windowed_context.make_current(todo!("derezzedex")).unwrap();
|
||||
|
||||
let gl = glow::Context::from_loader_function(|s| {
|
||||
windowed_context.get_proc_address(s) as *const _
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue