Rename get_information to fetch_information
This commit is contained in:
parent
984d1f375e
commit
005e516b5e
6 changed files with 8 additions and 8 deletions
|
|
@ -67,7 +67,7 @@ impl iced_graphics::window::GLCompositor for Compositor {
|
|||
}
|
||||
}
|
||||
|
||||
fn get_information(&self) -> compositor::Information {
|
||||
fn fetch_information(&self) -> compositor::Information {
|
||||
let adapter = unsafe { self.gl.get_parameter_string(glow::RENDERER) };
|
||||
|
||||
compositor::Information {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue