move window settings to iced_native

This commit is contained in:
Richard 2022-10-19 22:56:00 -03:00 committed by bungoboingo
parent a386788b67
commit 1bc0c480f9
11 changed files with 62 additions and 69 deletions

View file

@ -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 _