mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Inline log format args (#7600)
This commit is contained in:
@@ -66,7 +66,7 @@ impl GlutinWindowContext {
|
||||
.expect("failed to get window handle")
|
||||
.as_raw()
|
||||
});
|
||||
log::debug!("raw window handle: {:?}", raw_window_handle);
|
||||
log::debug!("raw window handle: {raw_window_handle:?}");
|
||||
let context_attributes =
|
||||
glutin::context::ContextAttributesBuilder::new().build(raw_window_handle);
|
||||
// by default, glutin will try to create a core opengl context. but, if it is not available, try to create a gl-es context using this fallback attributes
|
||||
|
||||
Reference in New Issue
Block a user