mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-14 03:18:41 -06:00
fix
This commit is contained in:
parent
35683d2b7c
commit
12cb29ca9d
|
@ -141,7 +141,7 @@ impl Renderer {
|
||||||
};
|
};
|
||||||
surface.configure(&device, &config);
|
surface.configure(&device, &config);
|
||||||
|
|
||||||
Self { window, instance, surface, adapter, device, queue, size, config };
|
Self { window, instance, surface, adapter, device, queue, size, config }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// do not call from async functions
|
/// do not call from async functions
|
||||||
|
|
Loading…
Reference in a new issue